diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-29 13:05:36 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:48 +0200 |
| commit | 133357dc7cf553301186e46d0ff5baaf9933e71c (patch) | |
| tree | 4a227b0feecf5ad0d4e41b7e03e573010115a82a /js/index.js | |
| parent | f182c85ca8433f8e02acdfe9ac1c2914153903a1 (diff) | |
| download | wvs-vplan-133357dc7cf553301186e46d0ff5baaf9933e71c.tar.gz wvs-vplan-133357dc7cf553301186e46d0ff5baaf9933e71c.zip | |
verstecke Nachrichten nach Submit
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js index bc3eaff..dcf8c94 100644 --- a/js/index.js +++ b/js/index.js @@ -205,6 +205,9 @@ function login(){ $('#loginform').addClass('ui-disabled'); $('#loader').show('fast'); + $('#error_noconn').hide('fast'); + $('#error_passwd').hide('fast'); + var request = $.ajax({ type: 'POST', url: 'https://***REMOVED***/moodle/login/index.php', |
