Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-03-18 16:38:44 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-18 16:38:44 +0300
commit219fb1a855f69c57fd03334c6445f0e6eda95b6b (patch)
tree082f8ce35ad8ef56c85d69b4af3219bb3daf1a9e /apps
parentc41687530d59940792a5bd131d93d27769967e6e (diff)
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>
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/templates/renewpassword.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/user_ldap/templates/renewpassword.php b/apps/user_ldap/templates/renewpassword.php
index 457d4dcfc47..952cc915f4b 100644
--- a/apps/user_ldap/templates/renewpassword.php
+++ b/apps/user_ldap/templates/renewpassword.php
@@ -1,8 +1,5 @@
<?php /** @var $l OC_L10N */ ?>
<?php
-script('core', [
- 'jquery-showpassword',
-]);
script('user_ldap', [
'renewPassword',
]);