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:
authorbrantje <brantje@gmail.com>2016-09-20 19:38:49 +0300
committerbrantje <brantje@gmail.com>2016-09-20 19:38:49 +0300
commitf3b945454f136e0e0f1332555a9436372611e124 (patch)
tree6276547a2557abdafdd5c0dcf410d72440900904 /templates/main.php
parent51ae8754ed4c70b644e27e0e5f109f715c310af9 (diff)
Filter tag list
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 25709ac3..fed13686 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -33,6 +33,7 @@ script('passman', 'app/filters/range');
script('passman', 'app/filters/propsfilter');
script('passman', 'app/filters/byte');
script('passman', 'app/filters/tagfilter');
+script('passman', 'app/filters/as');
script('passman', 'app/services/cacheservice');
script('passman', 'app/services/vaultservice');
script('passman', 'app/services/credentialservice');