diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.js | 1 |
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, |
