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 <roeland@famdouma.nl>
This commit is contained in:
parent
c41687530d
commit
219fb1a855
|
@ -1,8 +1,5 @@
|
|||
<?php /** @var $l OC_L10N */ ?>
|
||||
<?php
|
||||
script('core', [
|
||||
'jquery-showpassword',
|
||||
]);
|
||||
script('user_ldap', [
|
||||
'renewPassword',
|
||||
]);
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
script('core', [
|
||||
'jquery-showpassword',
|
||||
'installation'
|
||||
]);
|
||||
?>
|
||||
|
|
|
@ -28,7 +28,6 @@ script('settings', [
|
|||
|
||||
if($_['passwordChangeSupported']) {
|
||||
script('settings', 'security_password');
|
||||
script('jquery-showpassword');
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue