diff --git a/static/js/site.js b/static/js/site.js index e67bf0734d95df001106e0abdc44601c2d971625..9194437ae06b6c9b0b80a0a0cbf079d1b8260df6 100644 --- a/static/js/site.js +++ b/static/js/site.js @@ -1,6 +1,6 @@ /* global window ace */ -const loadEditors = () => { +/*const loadEditors = () => { const $editors = $('.modal-body textarea, #id_body, #id_comment, #id_message, #id_text, #id_abstract, #id_additional_notes, #id_content_override, #id_description, #id_biography'); $editors.each((i, el) => { const editorId = `markdown-editor-${i}`; @@ -30,3 +30,4 @@ const loadEditors = () => { $(() => { loadEditors(); }); +*/ \ No newline at end of file