summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-12 21:57:53 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-12 21:57:53 +0200
commite269bec1053f059ba0fd701c1e7fa1ad424726bc (patch)
tree70e4ddb3578f7eef435ed563a9d6b7f9bbd9ddbb /module/web/templates
parentfixed js (diff)
downloadpyload-e269bec1053f059ba0fd701c1e7fa1ad424726bc.tar.xz
some fixes, closed #306
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/filemanager_ui.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/module/web/templates/default/filemanager_ui.js b/module/web/templates/default/filemanager_ui.js
index 2808317be..0b801316c 100644
--- a/module/web/templates/default/filemanager_ui.js
+++ b/module/web/templates/default/filemanager_ui.js
@@ -1,13 +1,8 @@
-var load, success, fail, rename_box, confirm_box;
+var load, rename_box, confirm_box;
document.addEvent("domready", function() {
load = new Fx.Tween($("load-indicator"), {link: "cancel"});
- success = new Fx.Tween($("load-success"), {link: "chain"});
- fail = new Fx.Tween($("load-failure"), {link: "chain"});
-
- [load,success,fail].each(function(fx) {
- fx.set("opacity", 0)
- });
+ load.set("opacity", 0);
rename_box = new Fx.Tween($('rename_box'));
confirm_box = new Fx.Tween($('confirm_box'));