From 881539a9e0d15240ab113668e5d2388720726f00 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 13 Apr 2017 14:01:21 +0200 Subject: [PATCH] Don't load handlebars in template It's already loaded in core.json Signed-off-by: Lukas Reschke --- settings/templates/apps.php | 1 - 1 file changed, 1 deletion(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 99d648c6284..0adf5dfcc6f 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -3,7 +3,6 @@ style('settings', 'settings'); vendor_script( 'core', [ - 'handlebars/handlebars', 'marked/marked.min', ] ); -- 2.39.5