From 219fb1a855f69c57fd03334c6445f0e6eda95b6b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 18 Mar 2019 14:38:44 +0100 Subject: Fix showpassword loads This is bundled by default. So trying to load it throws a warning in the logs. Signed-off-by: Roeland Jago Douma --- settings/templates/settings/personal/security.php | 1 - 1 file changed, 1 deletion(-) (limited to 'settings') diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index ee6c7ce0ace..b7983b7c5d9 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -28,7 +28,6 @@ script('settings', [ if($_['passwordChangeSupported']) { script('settings', 'security_password'); - script('jquery-showpassword'); } ?> -- cgit v1.2.3