diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/settings/personal/personal.info.php | 3 | ||||
-rw-r--r-- | settings/templates/settings/personal/security.php | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index 04dcbe3a292..d873f6821b8 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -32,9 +32,6 @@ script('settings', [ 'federationscopemenu', 'settings/personalInfo', ]); -vendor_script('jcrop/js/jquery.Jcrop'); -vendor_style('jcrop/css/jquery.Jcrop'); - ?> <div id="personal-settings"> diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index d2df1104d7d..bba4a5f8e7d 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -32,8 +32,6 @@ script('settings', [ if($_['passwordChangeSupported']) { script('settings', 'security_password'); script('jquery-showpassword'); - vendor_script('strengthify/jquery.strengthify.min'); - vendor_style('strengthify/strengthify'); } ?> |