Merge pull request #12982 from nextcloud/fix/use_strengthify_min

Use strengthify.min on personal settings page
This commit is contained in:
Roeland Jago Douma 2018-12-10 19:35:52 +01:00 committed by GitHub
commit 5105bea6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}