View | Details | Raw Unified | Return to bug 31558
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-1 / +1 lines)
Lines 724-729 Link Here
724
                   so We don't need to keep track of it */
724
                   so We don't need to keep track of it */
725
                let editor = tinyMCE.init({
725
                let editor = tinyMCE.init({
726
                    branding : false,
726
                    branding : false,
727
                    block_unsupported_drop : false,
727
                    content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
728
                    content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css",
728
                    custom_elements:"style,link,~link",
729
                    custom_elements:"style,link,~link",
729
                    extended_valid_elements:"style,link[href|rel]",
730
                    extended_valid_elements:"style,link[href|rel]",
730
- 

Return to bug 31558