hide modal once reconnect is good

pull/1632/head
John McLear 2013-03-16 17:50:53 +00:00
parent a31605216f
commit 69a4ab76cf
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var padmodals = (function()
}, duration);
},
hideOverlay: function(duration) {
$("#overlay").animate(
$("#overlay").hide().css(
{
'opacity': 0
}, duration, function()