Index: lams_tool_larsrc/web/pages/learning/learning.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/learning.jsp,v
diff -u -r1.53.2.10 -r1.53.2.11
--- lams_tool_larsrc/web/pages/learning/learning.jsp 17 May 2017 01:27:00 -0000 1.53.2.10
+++ lams_tool_larsrc/web/pages/learning/learning.jsp 9 Jun 2017 07:41:04 -0000 1.53.2.11
@@ -22,6 +22,7 @@
+
@@ -129,6 +130,19 @@
$('.btn-disable-on-submit').prop('disabled', true);
document.location.href='';
}
+ function hideItem(itemUid) {
+ $.ajax({
+ url: '',
+ data: 'sessionMapID=${sessionMapID}&itemUid=' + itemUid,
+ cache : false,
+ async: false,
+ success: function () {
+ alert('success');
+ checkNew();
+
+ }
+ });
+ }
@@ -198,6 +212,9 @@
+
+ |
+
|
@@ -216,7 +233,13 @@
()
-
+ |
+ "
+ id="delete${status.index}" onclick="hideItem(${item.uid})">
+ |
+
|