Merge pull request #12984 from nextcloud/backport/12982/stable15

[stable15] Use strengthify.min on personal settings page
This commit is contained in:
Roeland Jago Douma 2018-12-10 20:17:39 +01:00 committed by GitHub
commit b81531dead
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');
}