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)
|
showModal: function(messageId)
|
||||||
{
|
{
|
||||||
|
padeditbar.toggleDropDown("none", function() {
|
||||||
$("#connectivity .visible").removeClass('visible');
|
$("#connectivity .visible").removeClass('visible');
|
||||||
$("#connectivity ."+messageId).addClass('visible');
|
$("#connectivity ."+messageId).addClass('visible');
|
||||||
padeditbar.toggleDropDown("none", function() {
|
|
||||||
padeditbar.toggleDropDown("connectivity");
|
padeditbar.toggleDropDown("connectivity");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue