summaryrefslogtreecommitdiffstats
path: root/core/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'core/vendor')
-rw-r--r--core/vendor/strengthify/jquery.strengthify.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vendor/strengthify/jquery.strengthify.js b/core/vendor/strengthify/jquery.strengthify.js
index 21f5fa82956..4fcc4d7c7c4 100644
--- a/core/vendor/strengthify/jquery.strengthify.js
+++ b/core/vendor/strengthify/jquery.strengthify.js
@@ -58,7 +58,7 @@
dataType: 'script',
url: options.zxcvbn
}).done(function() {
- me.bind('keyup input', function() {
+ me.bind('keyup input change', function() {
var password = $(this).val(),
// hide strengthigy if no input is provided
opacity = (password === '') ? 0 : 1,