mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
css: fix popup broken by new animation
fix connectivity fix chat and users
This commit is contained in:
parent
9b60bb4d55
commit
9497db89c9
5 changed files with 18 additions and 8 deletions
|
@ -253,8 +253,10 @@ var padeditbar = (function()
|
|||
else if(thisModuleName==moduleName)
|
||||
{
|
||||
$("li[data-key=" + thisModuleName + "] > a").addClass("selected");
|
||||
module.addClass("popup-show")
|
||||
cb();
|
||||
module.addClass("popup-show");
|
||||
if (cb) {
|
||||
cb();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue