X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fshow.js;h=248dee6829f6d755a851ea387c5268e47dddc56e;hp=4bcd28ea0c758aefe48159e620ca23ae239a465f;hb=283ceff6555c129d7e03f639aa8a3e158dd2e1ac;hpb=8885ed7401ea77ca4c4ae1927c78df7891d61f63 diff --git a/include/show.js b/include/show.js index 4bcd28e..248dee6 100644 --- a/include/show.js +++ b/include/show.js @@ -62,8 +62,10 @@ var Show = new Class({ }; this.updatecoords(); this.prevdisplay = new Element('img'). + setStyle('opacity', 0). injectInside(this.container.container); this.ondisplay = new Element('img'). + setStyle('opacity', 0). injectInside(this.container.container); this.loadingdiv = new Element('div'). addClass('loading').setStyles({