projects
/
mkgallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d48c0
)
add alt tags
author
Eugene Crosser
<crosser@average.org>
Mon, 1 Sep 2008 20:36:39 +0000
(20:36 +0000)
committer
Eugene Crosser
<crosser@average.org>
Mon, 1 Sep 2008 20:36:39 +0000
(20:36 +0000)
include/show.js
patch
|
blob
|
history
diff --git
a/include/show.js
b/include/show.js
index b5b00da7e39893b2b9df7b3fb32abf97c25f6bda..f7f555ec02fcc94673fcb681957bbc1f55117c6f 100644
(file)
--- 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').