Index: lams_tool_chat/web/pages/authoring/conditionList.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/web/pages/authoring/conditionList.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_chat/web/pages/authoring/conditionList.jsp 17 Apr 2015 15:49:20 -0000 1.5
+++ lams_tool_chat/web/pages/authoring/conditionList.jsp 24 Apr 2015 09:45:45 -0000 1.6
@@ -83,12 +83,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>
Index: lams_tool_laqa/web/authoring/conditionList.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/conditionList.jsp,v
diff -u -r1.6 -r1.7
--- lams_tool_laqa/web/authoring/conditionList.jsp 17 Apr 2015 15:49:10 -0000 1.6
+++ lams_tool_laqa/web/authoring/conditionList.jsp 24 Apr 2015 09:45:47 -0000 1.7
@@ -84,12 +84,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>
Index: lams_tool_notebook/web/pages/authoring/conditionList.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_notebook/web/pages/authoring/conditionList.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_notebook/web/pages/authoring/conditionList.jsp 17 Apr 2015 15:49:38 -0000 1.5
+++ lams_tool_notebook/web/pages/authoring/conditionList.jsp 24 Apr 2015 09:45:38 -0000 1.6
@@ -83,12 +83,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>
Index: lams_tool_scribe/web/pages/authoring/headingResponse.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/authoring/headingResponse.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_scribe/web/pages/authoring/headingResponse.jsp 17 Apr 2015 15:49:26 -0000 1.5
+++ lams_tool_scribe/web/pages/authoring/headingResponse.jsp 24 Apr 2015 09:45:41 -0000 1.6
@@ -8,12 +8,14 @@
Index: lams_tool_survey/web/pages/authoring/conditionList.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_survey/web/pages/authoring/conditionList.jsp,v
diff -u -r1.6 -r1.7
--- lams_tool_survey/web/pages/authoring/conditionList.jsp 17 Apr 2015 15:49:54 -0000 1.6
+++ lams_tool_survey/web/pages/authoring/conditionList.jsp 24 Apr 2015 09:45:34 -0000 1.7
@@ -84,12 +84,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>
Index: lams_tool_task/web/pages/authoring/parts/addtask.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/authoring/parts/addtask.jsp,v
diff -u -r1.14 -r1.15
--- lams_tool_task/web/pages/authoring/parts/addtask.jsp 17 Apr 2015 15:49:35 -0000 1.14
+++ lams_tool_task/web/pages/authoring/parts/addtask.jsp 24 Apr 2015 09:45:48 -0000 1.15
@@ -13,12 +13,14 @@
}
function callHideMessage() {
- if (window.hideMessage) {
- window.hideMessage();
- } else if (window.parent && window.parent.hideMessage) {
- window.parent.hideMessage();
- } else if (window.top && window.top.hideMessage) {
- window.top.hideMessage();
+ try {
+ if (window.parent && window.parent.hideMessage) {
+ window.parent.hideMessage();
+ } else if (window.top && window.top.hideMessage) {
+ window.top.hideMessage();
+ }
+ } catch(err) {
+ // mute cross-domain iframe access errors
}
}
Index: lams_tool_task/web/pages/authoring/parts/conditionlist.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_task/web/pages/authoring/parts/conditionlist.jsp,v
diff -u -r1.7 -r1.8
--- lams_tool_task/web/pages/authoring/parts/conditionlist.jsp 17 Apr 2015 15:49:35 -0000 1.7
+++ lams_tool_task/web/pages/authoring/parts/conditionlist.jsp 24 Apr 2015 09:45:48 -0000 1.8
@@ -84,12 +84,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>
Index: lams_tool_videorecorder/web/pages/authoring/conditionList.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_videorecorder/web/pages/authoring/conditionList.jsp,v
diff -u -r1.5 -r1.6
--- lams_tool_videorecorder/web/pages/authoring/conditionList.jsp 17 Apr 2015 15:49:50 -0000 1.5
+++ lams_tool_videorecorder/web/pages/authoring/conditionList.jsp 24 Apr 2015 09:45:49 -0000 1.6
@@ -83,12 +83,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>