Index: lams_tool_laqa/web/author_page.jsp
===================================================================
diff -u -rc655c8bba3a1f9b0580d143811493cb17a0b4e8e -r170973684b9669d1651fc94d030976de0f28f415
--- lams_tool_laqa/web/author_page.jsp (.../author_page.jsp) (revision c655c8bba3a1f9b0580d143811493cb17a0b4e8e)
+++ lams_tool_laqa/web/author_page.jsp (.../author_page.jsp) (revision 170973684b9669d1651fc94d030976de0f28f415)
@@ -80,15 +80,19 @@
else{
selectTab(1); //select the default tab;
}
-
- //showElementById("tx1");
- //showElementById("tx2");
- //showElementById("tx3");
-
- //hideElementById("preview1");
- //hideElementById("preview2");
- //hideElementById("preview3");
+ initEditor("Title");
+ initEditor("Instructions");
+ initEditor("Question0");
+ initEditor("OnlineInstructions");
+ initEditor("OfflineInstructions");
+
+