Index: lams_tool_lamc/web/authoring/editQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/authoring/editQuestionBox.jsp,v diff -u -r1.18.2.3 -r1.18.2.4 --- lams_tool_lamc/web/authoring/editQuestionBox.jsp 24 May 2016 22:43:48 -0000 1.18.2.3 +++ lams_tool_lamc/web/authoring/editQuestionBox.jsp 20 Aug 2016 05:30:39 -0000 1.18.2.4 @@ -18,7 +18,9 @@ $(this).val(value); }); + $.ajaxSetup({ cache: true }); $('#newQuestionForm').ajaxSubmit({ + cache: true, target: $('#candidateArea') }); }