diff options
author | raghunayyar <me@iraghu.com> | 2013-02-08 16:38:28 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-02-08 16:38:28 +0530 |
commit | b356b7065f406cd2e18ed7bb9842e292f888c8e4 (patch) | |
tree | 788d9368927fb10c34e4c0cd96ae8b2dcb9683b1 /core/js/js.js | |
parent | 59249ebc0ca3731711ee99d591742164b32d0cdd (diff) | |
download | nextcloud-server-b356b7065f406cd2e18ed7bb9842e292f888c8e4.tar.gz nextcloud-server-b356b7065f406cd2e18ed7bb9842e292f888c8e4.zip |
Password Toggle Works on Installation as well.
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index c137f734d91..4a1f8571cc7 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -626,7 +626,8 @@ $(document).ready(function(){ }); // 'show password' checkbox - $('#password').showPassword(); + $('#password').showPassword(); + $('#adminpass').showPassword(); $('#pass2').showPassword(); //use infield labels |