mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Move out pad.modals.reconnecttimer trailing space
This commit is contained in:
parent
734fe9c297
commit
2379ade7e9
2 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ var createCountDownElementsIfNecessary = function($modal) {
|
|||
$('<span>')
|
||||
.attr('data-l10n-id', 'pad.modals.reconnecttimer')
|
||||
.text('Trying to reconnect in'))
|
||||
.append(' ')
|
||||
.append(
|
||||
$('<span>')
|
||||
.addClass('timetoexpire'));
|
||||
|
|
Loading…
Reference in a new issue