Skip to content
Snippets Groups Projects
Unverified Commit 219fb1a8 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Fix showpassword loads


This is bundled by default. So trying to load it throws a warning in the
logs.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent c4168753
No related branches found
No related tags found
No related merge requests found
<?php /** @var $l OC_L10N */ ?>
<?php
script('core', [
'jquery-showpassword',
]);
script('user_ldap', [
'renewPassword',
]);
......
<?php
script('core', [
'jquery-showpassword',
'installation'
]);
?>
......
......@@ -28,7 +28,6 @@ script('settings', [
if($_['passwordChangeSupported']) {
script('settings', 'security_password');
script('jquery-showpassword');
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment