mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
JS fix for #1077 fire event at start because of the resize issue, this is a clean way of doing it
This commit is contained in:
parent
4162ff09e4
commit
d929877865
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ function handleClientVars(message)
|
|||
{
|
||||
fireWhenAllScriptsAreLoaded[i]();
|
||||
}
|
||||
$("#ui-slider-handle").css('left', $("#ui-slider-bar").width() - 2);
|
||||
}
|
||||
|
||||
exports.baseURL = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue