summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-04-13 16:08:29 +0200
committerGitHub <noreply@github.com>2017-04-13 16:08:29 +0200
commit0f8a098476249ab2c54a86fbd70f61875ef8ca88 (patch)
tree38c2d1cfdead8779cf25aa802922ca22959ac697
parent51377f3d8cc20843fe6352171818419074422850 (diff)
parent881539a9e0d15240ab113668e5d2388720726f00 (diff)
downloadnextcloud-server-0f8a098476249ab2c54a86fbd70f61875ef8ca88.tar.gz
nextcloud-server-0f8a098476249ab2c54a86fbd70f61875ef8ca88.zip
Merge pull request #4344 from nextcloud/dont-load-handlebars
Don't load handlebars in template
-rw-r--r--settings/templates/apps.php1
1 files changed, 0 insertions, 1 deletions
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',
]
);