projects
/
mkgallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c9029
)
make image containers initially invisible
author
Eugene Crosser
<crosser@average.org>
Sun, 31 Aug 2008 20:42:36 +0000
(20:42 +0000)
committer
Eugene Crosser
<crosser@average.org>
Sun, 31 Aug 2008 20:42:36 +0000
(20:42 +0000)
include/show.js
patch
|
blob
|
history
diff --git
a/include/show.js
b/include/show.js
index 4bcd28ea0c758aefe48159e620ca23ae239a465f..248dee6829f6d755a851ea387c5268e47dddc56e 100644
(file)
--- 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({