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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2015-10-30 13:37:40 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2015-10-30 13:37:40 +0300
commit54bc7127eecda0cacacfca65dd98ca68c4513624 (patch)
tree608e38a8dcdbd28e077ef6bc9387d668dbd0621e /templates
parent7fc73c5e12ba4f895e7c76cd605b3d264bdd77b2 (diff)
parent172de3d31f7f848bb6e4803b908a83e6ee9c5009 (diff)
Merge pull request #1147 from owncloud/fix-search
fix search by adding a proxy
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index f7ef733a6..cbf384d13 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -11,6 +11,7 @@ script('mail','vendor/autosize/jquery.autosize');
script('mail', 'vendor/jQuery-Storage-API/jquery.storageapi');
script('mail', 'vendor/jquery-visibility/jquery-visibility');
script('mail', 'vendor/requirejs/require');
+script('mail','searchproxy');
if ($debug) {
// Load JS dependencies asynchronously as specified in require_config.js
script('mail', 'require_config');