From 4a120d77a7269f8f9291ca925bced62f5813865f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 29 Aug 2017 12:50:05 +0200 Subject: 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 --- templates/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'templates') 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'); ?> -- cgit v1.2.3