mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Move to precompiled handlebars templates.
In Nextcloud 15 the default Content Security Policy disallows unsafe eval expressions, so Handlebars templates can no longer be compiled at runtime. Fix issue #18
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
vendor_script('quicknotes', 'handlebars');
|
||||
script('quicknotes', 'templates');
|
||||
vendor_script('quicknotes', 'isotope.pkgd');
|
||||
vendor_script('quicknotes', 'medium-editor');
|
||||
vendor_style('quicknotes', 'medium-editor');
|
||||
|
||||
Reference in New Issue
Block a user