summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-03-27 19:30:35 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:46 +0200
commit204838d2da9c33954e884c5d26c9fb393a057072 (patch)
treea76815b269609781836bdd2e7edce266beada254 /js
parentda3497d0065b435d70e58fbc16deec3e242c0260 (diff)
downloadwvs-vplan-204838d2da9c33954e884c5d26c9fb393a057072.tar.gz
wvs-vplan-204838d2da9c33954e884c5d26c9fb393a057072.zip
deaktiviere Loginform nach Buttonklick
Diffstat (limited to 'js')
-rw-r--r--js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js
index 113edcd..1285529 100644
--- a/js/index.js
+++ b/js/index.js
@@ -187,6 +187,7 @@ function get_overview(link){
}
function login(){
+ $("#loginform").addClass('ui-disabled');
$.mobile.loading("show", {
text: "Lade...",
textVisible: true,