diff --git a/wise-webapp/src/main/webapp/js/mindmapList.js b/wise-webapp/src/main/webapp/js/mindmapList.js index e78f7e7d..fd9815a4 100644 --- a/wise-webapp/src/main/webapp/js/mindmapList.js +++ b/wise-webapp/src/main/webapp/js/mindmapList.js @@ -1,22 +1,3 @@ -jQuery.fn.dataTableExt.oSort['es_date-asc'] = function (a, b) { - var esDatea = a.split('/'); - var esDateb = b.split('/'); - - var x = (esDatea[2] + esDatea[1] + esDatea[0]) * 1; - var y = (esDateb[2] + esDateb[1] + esDateb[0]) * 1; - - return ((x < y) ? -1 : ((x > y) ? 1 : 0)); -}; - -jQuery.fn.dataTableExt.oSort['es_date-desc'] = function (a, b) { - var esDatea = a.split('/'); - var esDateb = b.split('/'); - - var x = (esDatea[2] + esDatea[1] + esDatea[0]) * 1; - var y = (esDateb[2] + esDateb[1] + esDateb[0]) * 1; - - return ((x < y) ? 1 : ((x > y) ? -1 : 0)); -}; $.fn.dataTableExt.oApi.fnReloadAjax = function (oSettings, sNewSource, fnCallback, bStandingRedraw) { if (typeof sNewSource != 'undefined' && sNewSource != null) { diff --git a/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp b/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp index 4137a3c3..c0617375 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapDetail.jsp @@ -12,12 +12,12 @@