mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Fix showModal animation.
New content shouldn' slide in before the containing popup.
This commit is contained in:
parent
4220d6bedd
commit
2d0cf156af
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ var padmodals = (function()
|
||||||
},
|
},
|
||||||
showModal: function(messageId)
|
showModal: function(messageId)
|
||||||
{
|
{
|
||||||
$("#connectivity .visible").removeClass('visible');
|
|
||||||
$("#connectivity ."+messageId).addClass('visible');
|
|
||||||
padeditbar.toggleDropDown("none", function() {
|
padeditbar.toggleDropDown("none", function() {
|
||||||
|
$("#connectivity .visible").removeClass('visible');
|
||||||
|
$("#connectivity ."+messageId).addClass('visible');
|
||||||
padeditbar.toggleDropDown("connectivity");
|
padeditbar.toggleDropDown("connectivity");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue