diff options
Diffstat (limited to 'js/index.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 dcf8c94..3a5605b 100644 --- a/js/index.js +++ b/js/index.js @@ -152,6 +152,7 @@ function get_overview(link){ if(resultarr == null){ $('#error_passwd').show('fast'); + $('#loginform').removeClass('ui-disabled'); $('#loader').hide('slow'); return; } |
