From: Leo Koppelkamm Date: Wed, 22 Jun 2011 23:22:12 +0000 (+0000) Subject: Revert accidental change from r90630 X-Git-Tag: 1.31.0-rc.0~29339 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=debf5bcc4a3d8c04002d9436e302fd76c935f666;p=lhc%2Fweb%2Fwiklou.git Revert accidental change from r90630 --- diff --git a/resources/jquery/jquery.tablesorter.js b/resources/jquery/jquery.tablesorter.js index f12ee0dce2..821d9acb06 100644 --- a/resources/jquery/jquery.tablesorter.js +++ b/resources/jquery/jquery.tablesorter.js @@ -421,7 +421,7 @@ // We allow a trailing percent sign, which we just strip. This works fine // if percents and regular numbers aren't being mixed. ts.numberRegex = new RegExp("^(" + "[-+\u2212]?[0-9][0-9,]*(\\.[0-9,]*)?(E[-+\u2212]?[0-9][0-9,]*)?" + // Fortran-style scientific - "|" + "[-+\u2212]?" + digitClass + "+[\\s]*%?" + // Generic localised + "|" + "[-+\u2212]?" + digitClass + "+[\\s\\xa0]*%?" + // Generic localised ")$", "i"); }