Only disable toolbar.

Make content available and allow scrolling
This commit is contained in:
Marcel Klehr 2012-07-14 14:46:02 +02:00
parent 6bda1f8e4d
commit 8ab12ee69e
3 changed files with 9 additions and 9 deletions

View file

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