summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',