Bug 26124: Load TinyMCE assets in correct order
1. Make sure NewsToolEditor is set to TinyMCE 2. Go to Home › Tools › News › Add news item 3. Observe console error 4. Apply patch 5. No console error Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
550cb7eb43
commit
6d1c3af91b
1 changed files with 1 additions and 1 deletions
|
@ -321,8 +321,8 @@ Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
|
|||
});
|
||||
</script>
|
||||
[% ELSE %]
|
||||
[% INCLUDE 'str/tinymce_i18n.inc' %]
|
||||
[% Asset.js("lib/tiny_mce/tinymce.min.js") | $raw %]
|
||||
[% INCLUDE 'str/tinymce_i18n.inc' %]
|
||||
<script>
|
||||
tinyMCE.init({
|
||||
verify_html: false,
|
||||
|
|
Loading…
Reference in a new issue