mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-01 16:51:45 +01:00
Fix showModal animation.
New content shouldn' slide in before the containing popup.
This commit is contained in:
parent
4220d6bedd
commit
2d0cf156af
@ -33,9 +33,9 @@ var padmodals = (function()
|
||||
},
|
||||
showModal: function(messageId)
|
||||
{
|
||||
$("#connectivity .visible").removeClass('visible');
|
||||
$("#connectivity ."+messageId).addClass('visible');
|
||||
padeditbar.toggleDropDown("none", function() {
|
||||
$("#connectivity .visible").removeClass('visible');
|
||||
$("#connectivity ."+messageId).addClass('visible');
|
||||
padeditbar.toggleDropDown("connectivity");
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user