Index: lams_admin/web/logevent.jsp =================================================================== diff -u -r045ebfd1d11d9ed0a1f81a00abb1a2ea373e8d93 -rb3873048f277259e92b98dd1a5e6af9c46a08320 --- lams_admin/web/logevent.jsp (.../logevent.jsp) (revision 045ebfd1d11d9ed0a1f81a00abb1a2ea373e8d93) +++ lams_admin/web/logevent.jsp (.../logevent.jsp) (revision b3873048f277259e92b98dd1a5e6af9c46a08320) @@ -215,31 +215,12 @@ } function getEvents() { - debugger; $(".tablesorter").trigger('pagerUpdate', 1); } -/* function loadGroupStats(orgId) { - if (orgId) { - jQuery.ajax({ - type: "GET", - url: "/statistics.do", - data: {method : "groupStats", orgId : orgId}, - cache: false, - success: function (html) { - jQuery("#groupDiv").html(html); - } - }); - } else { - jQuery("#groupDiv").html(null); - } - } - */

-

${startDate}

-