From 0b4ff4f74728556889a543fffa9265fc5f23672f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 30 Nov 2016 13:36:37 +0100 Subject: Fix password change in user management Signed-off-by: Morris Jobke --- settings/js/users/users.js | 1 + 1 file changed, 1 insertion(+) (limited to 'settings/js') 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 -- cgit v1.2.3