diff options
-rw-r--r-- | settings/js/users/users.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/js/users/users.js b/settings/js/users/users.js index 71defeaa18a..0e3067db7c7 100644 --- a/settings/js/users/users.js +++ b/settings/js/users/users.js @@ -701,6 +701,7 @@ $(document).ready(function () { // remove highlight class from users without recovery ability $tr.removeClass('row-warning'); }; + blurFunction = _.bind(blurFunction, $input); if(isRestoreDisabled) { $tr.addClass('row-warning'); // add tipsy if the password change could cause data loss - no recovery enabled |