From 17c8ace39004518e1481425779480b162d5b521c Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Mon, 1 Sep 2008 20:36:39 +0000 Subject: [PATCH] add alt tags --- include/show.js | 2 ++ 1 file changed, 2 insertions(+) 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'). -- 2.39.2