diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index 7233963e..4f45d3a3 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -1023,7 +1023,7 @@ ts.addParser({ id: "url", is: function(s) { - return (/^(https?|ftp|file):\/\/$/).test(s); + return (/^(https?|ftp|file):\/\//).test(s); }, format: function(s) { return $.trim(s.replace(/(https?|ftp|file):\/\//, ''));