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:
authorfnuesse <felix.nuesse@t-online.de>2019-01-09 20:46:45 +0300
committerfnuesse <felix.nuesse@t-online.de>2019-01-09 20:46:45 +0300
commit7170de48a1246e02f3bc0bc442902a549c095249 (patch)
treeac544a2ea501f6826edd296ddb753454b676756e /templates
parent0751fbf2c67a72986a134e35321b3c0b8fbf9d6c (diff)
Added filtering UI
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
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');