]> www.average.org Git - mkgallery.git/blobdiff - include/showwin.js
take care of showing the "loading" animation, at the right place
[mkgallery.git] / include / showwin.js
index 7e4435745d83c9f567f57cb3cf9b948bd72e920b..d0451601407adc46f8ab04bd07b3055972d8f8e1 100644 (file)
@@ -101,7 +101,11 @@ var showWindow = new Class({
                }
                document.body.setStyles(this.bodystyles);
                this.container.setStyle('display', 'none');
-       }
+       },
+
+       grab: function(obj){
+               return this.container.grab(obj);
+       },
 })
 showWindow.implement(new Options);