diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-04-13 14:01:21 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-04-13 14:01:21 +0200 |
commit | 881539a9e0d15240ab113668e5d2388720726f00 (patch) | |
tree | de6ec58225c9a549465caf6e8c5d9b151c1df5ff /settings/templates/apps.php | |
parent | 5505faa3d7b6f5a95f18fe5027355d700d69f396 (diff) | |
download | nextcloud-server-881539a9e0d15240ab113668e5d2388720726f00.tar.gz nextcloud-server-881539a9e0d15240ab113668e5d2388720726f00.zip |
Don't load handlebars in template
It's already loaded in core.json
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 1 |
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', ] ); |