summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-03-29 13:05:36 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:48 +0200
commit133357dc7cf553301186e46d0ff5baaf9933e71c (patch)
tree4a227b0feecf5ad0d4e41b7e03e573010115a82a /js
parentf182c85ca8433f8e02acdfe9ac1c2914153903a1 (diff)
downloadwvs-vplan-133357dc7cf553301186e46d0ff5baaf9933e71c.tar.gz
wvs-vplan-133357dc7cf553301186e46d0ff5baaf9933e71c.zip
verstecke Nachrichten nach Submit
Diffstat (limited to 'js')
-rw-r--r--js/index.js3
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',