diff --git a/settings/js/users/users.js b/settings/js/users/users.js index 71defeaa18..0e3067db7c 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