mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04: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>')
|
$('<span>')
|
||||||
.attr('data-l10n-id', 'pad.modals.reconnecttimer')
|
.attr('data-l10n-id', 'pad.modals.reconnecttimer')
|
||||||
.text('Trying to reconnect in'))
|
.text('Trying to reconnect in'))
|
||||||
|
.append(' ')
|
||||||
.append(
|
.append(
|
||||||
$('<span>')
|
$('<span>')
|
||||||
.addClass('timetoexpire'));
|
.addClass('timetoexpire'));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue