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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-29 13:50:05 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-29 13:50:05 +0300
commit4a120d77a7269f8f9291ca925bced62f5813865f (patch)
tree7c5e0dd4ef2428759d6d5f24f4e25c4a4140f0c5 /templates
parent30e069d9ed5b02ef6d40f61a058c7e70dd7f2a99 (diff)
Update autosize to a recent version and load it as module
Newer versions of autosize are independent of jQuery and can be loaded as a proper module. Hence we don't have to include it in the template and save another request per pageload Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index f0a75f736..12ab64af2 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -25,7 +25,6 @@
*/
style('mail', 'mail');
style('mail', 'mobile');
-script('mail', '../node_modules/autosize/build/jquery.autosize');
script('mail', 'searchproxy');
script('mail', 'build/build');
?>