diff options
Diffstat (limited to 'settings/js/personal.js')
-rw-r--r-- | settings/js/personal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js index 11e9593d74a..b2efa7c37f9 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -282,7 +282,7 @@ $(document).ready(function () { }); $('#pass2').strengthify({ - zxcvbn: OC.linkTo('3rdparty', 'zxcvbn/js/zxcvbn.js'), + zxcvbn: OC.linkTo('core','vendor/zxcvbn/zxcvbn.js'), titles: [ t('core', 'Very weak password'), t('core', 'Weak password'), |