Private GIT

Skip to content
Snippets Groups Projects
Commit 3d2f382c authored by Alexis Tyler's avatar Alexis Tyler
Browse files

Fixes progressbar sorting

parent 27a864a6
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,8 @@ $.tablesorter.addParser({ ...@@ -78,6 +78,8 @@ $.tablesorter.addParser({
return false; return false;
}, },
format: function(s) { format: function(s) {
s = s.substring(s.length/2);
match = s.match(/^(.*)/); match = s.match(/^(.*)/);
if (match == null || match[1] == "?") if (match == null || match[1] == "?")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment