From 208788173d0dab2950bf5eb1ddbfcab63ef781e3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 11 Dec 2018 20:56:46 +0100 Subject: Npmize (vendor) scripts Signed-off-by: Christoph Wurst --- settings/templates/settings/personal/personal.info.php | 3 --- settings/templates/settings/personal/security.php | 2 -- 2 files changed, 5 deletions(-) (limited to 'settings/templates') 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'); - ?>
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'); } ?> -- cgit v1.2.3