]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removes Bogus showpassword js. thx @PVince81
authorraghunayyar <me@iraghu.com>
Tue, 15 Oct 2013 09:11:18 +0000 (14:41 +0530)
committerraghunayyar <me@iraghu.com>
Tue, 15 Oct 2013 09:11:18 +0000 (14:41 +0530)
core/js/js.js

index 5178a26e15d30f522a3f898007239a149c6943cb..c17e3fa29595765ca55d8bc8a90d05441dace35e 100644 (file)
@@ -746,9 +746,7 @@ $(document).ready(function(){
        });
 
        var setShowPassword = function(input, label) {
-               input.showPassword().keyup(function(){
-                       label.css("display", "inline").show();
-               });
+               input.showPassword().keyup();
        };
        setShowPassword($('#adminpass'), $('label[for=show]'));
        setShowPassword($('#pass2'), $('label[for=personal-show]'));