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.4.2.1 -r1.4.2.2
--- lams_tool_chat/web/pages/authoring/conditionList.jsp 17 Apr 2015 16:13:55 -0000 1.4.2.1
+++ lams_tool_chat/web/pages/authoring/conditionList.jsp 24 Apr 2015 10:00:50 -0000 1.4.2.2
@@ -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.4.2.2 -r1.4.2.3
--- lams_tool_laqa/web/authoring/conditionList.jsp 17 Apr 2015 16:14:03 -0000 1.4.2.2
+++ lams_tool_laqa/web/authoring/conditionList.jsp 24 Apr 2015 10:00:51 -0000 1.4.2.3
@@ -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.4.2.1 -r1.4.2.2
--- lams_tool_notebook/web/pages/authoring/conditionList.jsp 17 Apr 2015 16:13:59 -0000 1.4.2.1
+++ lams_tool_notebook/web/pages/authoring/conditionList.jsp 24 Apr 2015 10:00:47 -0000 1.4.2.2
@@ -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.4.2.1 -r1.4.2.2
--- lams_tool_scribe/web/pages/authoring/headingResponse.jsp 17 Apr 2015 16:14:01 -0000 1.4.2.1
+++ lams_tool_scribe/web/pages/authoring/headingResponse.jsp 24 Apr 2015 10:00:48 -0000 1.4.2.2
@@ -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.5.2.1 -r1.5.2.2
--- lams_tool_survey/web/pages/authoring/conditionList.jsp 17 Apr 2015 16:13:54 -0000 1.5.2.1
+++ lams_tool_survey/web/pages/authoring/conditionList.jsp 24 Apr 2015 10:00:52 -0000 1.5.2.2
@@ -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.11.2.3 -r1.11.2.4
--- lams_tool_task/web/pages/authoring/parts/addtask.jsp 17 Apr 2015 16:13:58 -0000 1.11.2.3
+++ lams_tool_task/web/pages/authoring/parts/addtask.jsp 24 Apr 2015 10:00:53 -0000 1.11.2.4
@@ -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.6.2.1 -r1.6.2.2
--- lams_tool_task/web/pages/authoring/parts/conditionlist.jsp 17 Apr 2015 16:13:58 -0000 1.6.2.1
+++ lams_tool_task/web/pages/authoring/parts/conditionlist.jsp 24 Apr 2015 10:00:53 -0000 1.6.2.2
@@ -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.4.2.1 -r1.4.2.2
--- lams_tool_videorecorder/web/pages/authoring/conditionList.jsp 17 Apr 2015 16:14:02 -0000 1.4.2.1
+++ lams_tool_videorecorder/web/pages/authoring/conditionList.jsp 24 Apr 2015 10:00:46 -0000 1.4.2.2
@@ -83,12 +83,14 @@
<%-- This script will works when a new resoruce Condition submit in order to refresh "TaskList List" panel. --%>