summaryrefslogtreecommitdiffstats
path: root/core/js/installation.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/installation.js')
-rw-r--r--core/js/installation.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/js/installation.js b/core/js/installation.js
new file mode 100644
index 00000000000..20ff346215f
--- /dev/null
+++ b/core/js/installation.js
@@ -0,0 +1,5 @@
+
+$(document).ready(function() {
+ $('#adminpass').showPassword().keyup();
+ $('#dbpass').showPassword().keyup();
+});