diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/settings/personal/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index 778d711d90f..d2df1104d7d 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -32,7 +32,7 @@ script('settings', [ if($_['passwordChangeSupported']) { script('settings', 'security_password'); script('jquery-showpassword'); - vendor_script('strengthify/jquery.strengthify'); + vendor_script('strengthify/jquery.strengthify.min'); vendor_style('strengthify/strengthify'); } |