From b6a3bf154d5b16a84636a60c9db2979118427170 Mon Sep 17 00:00:00 2001 From: Anders Nor Berle Date: Thu, 16 Aug 2012 20:42:51 +0000 Subject: [PATCH] Comment out javascript that hides login button It has been reported problems with the javascript that hides the login button so jancborchardt okayed that I made this change. --- core/js/js.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/js/js.js b/core/js/js.js index 92a2660fd9..499e6b7525 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -475,8 +475,9 @@ $(document).ready(function(){ } } // hide log in button etc. when form fields not filled - checkShowCredentials(); - $('input#user, input#password').keyup(checkShowCredentials); + // commented out due to some browsers having issues with it + // checkShowCredentials(); + // $('input#user, input#password').keyup(checkShowCredentials); $('#settings #expand').keydown(function(event) { if (event.which == 13 || event.which == 32) {