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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornewhinton <felix.nuesse@t-online.de>2019-05-12 13:22:10 +0300
committerGitHub <noreply@github.com>2019-05-12 13:22:10 +0300
commit301029299e2e9c759e8a73f77b87bf962f437283 (patch)
tree5efc537650f0025e8f41ff75375cd05a6eda73cd /templates
parent358f3296218c01de291f286ac077d8f4fee0a9e1 (diff)
parent2e57eba9dabfd15acaa285749da72bc7cd407501 (diff)
Merge pull request #576 from nextcloud/feature/539/specificsearchbyfield
Feature/539/specificsearchbyfield
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 0cae6042..4bc649a3 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -64,6 +64,7 @@ script('passman', 'app/services/iconservice');
script('passman', 'app/services/tagservice');
script('passman', 'app/services/notificationservice');
script('passman', 'app/services/shareservice');
+script('passman', 'app/services/searchboxexpanderservice');
script('passman', 'app/factory/sharingacl');
script('passman', 'app/directives/passwordgen');
script('passman', 'app/directives/fileselect');