Merge pull request #4344 from nextcloud/dont-load-handlebars

Don't load handlebars in template
This commit is contained in:
Roeland Jago Douma 2017-04-13 16:08:29 +02:00 committed by GitHub
commit 0f8a098476
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ style('settings', 'settings');
vendor_script(
'core',
[
'handlebars/handlebars',
'marked/marked.min',
]
);