X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=include%2Fshow.js;h=f7f555ec02fcc94673fcb681957bbc1f55117c6f;hp=b5b00da7e39893b2b9df7b3fb32abf97c25f6bda;hb=17c8ace39004518e1481425779480b162d5b521c;hpb=76d48c06a42b2107f0f396b806599d184ae4682a diff --git a/include/show.js b/include/show.js index b5b00da..f7f555e 100644 --- a/include/show.js +++ b/include/show.js @@ -72,9 +72,11 @@ var Show = new Class({ this.updatecoords(); this.prevdisplay = new Element('img'). + setProperty('alt', 'Current Image'). setStyle('opacity', 0). injectInside(this.container.container); this.ondisplay = new Element('img'). + setProperty('alt', 'Current Image'). setStyle('opacity', 0). injectInside(this.container.container); this.loadingdiv = new Element('div').