From 62d97864f2ed40df0d84b8f834f0762c13be0bf6 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Mon, 20 Sep 2021 09:50:54 +0530 Subject: [PATCH] refactor: Remove commented code --- frappe/www/update-password.html | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/www/update-password.html b/frappe/www/update-password.html index 14971733f0..0d66fe5ab5 100644 --- a/frappe/www/update-password.html +++ b/frappe/www/update-password.html @@ -180,7 +180,6 @@ frappe.ready(function() { } } - // strength_indicator.removeClass().addClass('password-strength-indicator indicator ' + color); strength_message.html(message.join(' ') || '').removeClass('hidden'); // strength_indicator.attr('title', message.join(' ') || ''); }