mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
hide modal once reconnect is good
This commit is contained in:
parent
a31605216f
commit
69a4ab76cf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ var padmodals = (function()
|
||||||
}, duration);
|
}, duration);
|
||||||
},
|
},
|
||||||
hideOverlay: function(duration) {
|
hideOverlay: function(duration) {
|
||||||
$("#overlay").animate(
|
$("#overlay").hide().css(
|
||||||
{
|
{
|
||||||
'opacity': 0
|
'opacity': 0
|
||||||
}, duration, function()
|
}, duration, function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue