File diff 0488e14e5e2e → 5ac02f26f11b
static/js/site.js
Show inline comments
 
/* 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