diff --git a/lib/assets/javascripts/views/org_admin/phases/new_edit.js b/lib/assets/javascripts/views/org_admin/phases/new_edit.js index 92e3024..47d12e9 100644 --- a/lib/assets/javascripts/views/org_admin/phases/new_edit.js +++ b/lib/assets/javascripts/views/org_admin/phases/new_edit.js @@ -22,10 +22,10 @@ // For some reason the toolbar options are retained after the call to Tinymce.init() on // the views/notifications/edit.js file. Tried 'Object.assign' instead of '$.extend' but it // made no difference - Tinymce.init({ - selector: `#${context} .question`, - forced_root_block: '', - toolbar: 'bold italic | bullist numlist | link | table' }); + Tinymce.init({ + selector: `#${context} .question`, + forced_root_block: '', + toolbar: 'bold italic | bullist numlist | link | table' }); ariatiseForm({ selector: `#${context} .question_form` }); initQuestionOption(context); // Swap in the question_formats when the user selects an option based question type