Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp
===================================================================
diff -u -raf8ecb20a33dcdb027a9704549d367d38359b4d9 -r8179037dc958585c054547eb7de9be14c6aed233
--- lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision af8ecb20a33dcdb027a9704549d367d38359b4d9)
+++ lams_tool_laqa/web/authoring/newQuestionBox.jsp (.../newQuestionBox.jsp) (revision 8179037dc958585c054547eb7de9be14c6aed233)
@@ -110,7 +110,7 @@
if (aMenu.selectedIndex > 0) {
var obj = document.getElementById("newQuestion");
obj.value += aMenu.options[aMenu.selectedIndex].text;
- var oEditor = FCKeditorAPI.GetInstance("newQuestion");
+ var oEditor = CKEDITOR.instances["newQuestion"];
oEditor.InsertHtml(aMenu.options[aMenu.selectedIndex].text);
}
}
@@ -192,9 +192,9 @@