diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-11 20:56:46 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:01:59 +0100 |
commit | 208788173d0dab2950bf5eb1ddbfcab63ef781e3 (patch) | |
tree | ac54763283ecec74a8a4aa873fcae57a8baa098a /settings | |
parent | 1fd6741182f3f39458612fbf9b3e381eb7d2f62f (diff) | |
download | nextcloud-server-208788173d0dab2950bf5eb1ddbfcab63ef781e3.tar.gz nextcloud-server-208788173d0dab2950bf5eb1ddbfcab63ef781e3.zip |
Npmize (vendor) scripts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings')
-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'); } ?> |