summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/estate/js/render/admin.min.js
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 15:01:56 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 15:01:56 +0100
commitc4d2777542413eaf3a3a7bc74df15a274b2128c2 (patch)
tree712958924b0b3fc8c0f6b16161e1d24e2bfb6e07 /pyload/webui/themes/estate/js/render/admin.min.js
parentUse default theme for now (diff)
downloadpyload-c4d2777542413eaf3a3a7bc74df15a274b2128c2.tar.xz
Rename theme "estate" to "clearbright"
Diffstat (limited to 'pyload/webui/themes/estate/js/render/admin.min.js')
-rw-r--r--pyload/webui/themes/estate/js/render/admin.min.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyload/webui/themes/estate/js/render/admin.min.js b/pyload/webui/themes/estate/js/render/admin.min.js
deleted file mode 100644
index 94a5e494d..000000000
--- a/pyload/webui/themes/estate/js/render/admin.min.js
+++ /dev/null
@@ -1,3 +0,0 @@
-{% autoescape true %}
-var root;root=this;window.addEvent("domready",function(){var f,c,b,e,a,d;root.passwordDialog=new MooDialog({destroyOnHide:false});root.passwordDialog.setContent($("password_box"));$("login_password_reset").addEvent("click",function(g){return root.passwordDialog.close()});$("login_password_button").addEvent("click",function(j){var h,i,g;i=$("login_new_password").get("value");g=$("login_new_password2").get("value");if(i===g){h=$("password_form");h.set("send",{onSuccess:function(k){return root.notify.alert("Success",{className:"success"})},onFailure:function(k){return root.notify.alert("Error",{className:"error"})}});h.send();root.passwordDialog.close()}else{alert('{{_("Passwords did not match.")}}')}return j.stop()});d=$$(".change_password");for(e=0,a=d.length;e<a;e++){c=d[e];f=c.get("id");b=f.split("|")[1];$("user_login").set("value",b);c.addEvent("click",function(g){return root.passwordDialog.open()})}$("quit-pyload").addEvent("click",function(g){new MooDialog.Confirm("{{_('You are really sure you want to quit pyLoad?')}}",function(){return new Request.JSON({url:"/api/kill",method:"get"}).send()},function(){});return g.stop()});return $("restart-pyload").addEvent("click",function(g){new MooDialog.Confirm("{{_('Are you sure you want to restart pyLoad?')}}",function(){return new Request.JSON({url:"/api/restart",method:"get",onSuccess:function(h){return alert("{{_('pyLoad restarted')}}")}}).send()},function(){});return g.stop()})});
-{% endautoescape %}