projects
/
mkgallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38088a1
)
take care of showing the "loading" animation, at the right place
author
Eugene Crosser
<crosser@average.org>
Tue, 2 Sep 2008 13:54:44 +0000
(13:54 +0000)
committer
Eugene Crosser
<crosser@average.org>
Tue, 2 Sep 2008 13:54:44 +0000
(13:54 +0000)
include/show.js
patch
|
blob
|
history
diff --git
a/include/show.js
b/include/show.js
index 535c4217e40d772a27a6de91b5ec29ab15ffc026..c333249931cf168e53d31d43dad839eef4b2603f 100644
(file)
--- a/
include/show.js
+++ b/
include/show.js
@@
-309,7
+309,11
@@
var Show = new Class({
},
showloading: function(){
- this.loadingdiv.setStyle('display', 'block');
+ this.loadingdiv.setStyles({
+ display: 'block',
+ width: this.coords.width,
+ height: this.coords.height,
+ });
},
hideloading: function(){