diff --git a/sorting/time-elapsed-dhms.js b/sorting/time-elapsed-dhms.js index 15e49c1..cd483f5 100644 --- a/sorting/time-elapsed-dhms.js +++ b/sorting/time-elapsed-dhms.js @@ -23,7 +23,6 @@ */ - jQuery.fn.dataTable.ext.type.order['time-elapsed-dhms-pre'] = function(data) { var matches = data.match(/^(\d+(?:\.\d+)?)\s*([a-z]+)/i);