diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-29 11:42:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:47 +0200 |
| commit | 6c08d1129e50afaf1cfd3f9839996e56e51853f8 (patch) | |
| tree | 1db6337111282b121e289bbdf49bc6d0cdfecc30 /js | |
| parent | 6f71ae5cc3dc1f9812ac84695f418adc19b938df (diff) | |
| download | wvs-vplan-6c08d1129e50afaf1cfd3f9839996e56e51853f8.tar.gz wvs-vplan-6c08d1129e50afaf1cfd3f9839996e56e51853f8.zip | |
führe Passwort-Benutzernamencheck ein
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index 140c585..ebb5b0c 100644 --- a/js/index.js +++ b/js/index.js @@ -159,7 +159,9 @@ function get_overview(link){ var resultarr = result.match(plans_re); if(resultarr == null){ - //TODO + $('#error_passwd').show('fast'); + $('#loader').hide('slow'); + return; } var resultl = resultarr.length; |
