diff -r 00b1b6b906cf -r 97c55baefa0c web/data/jquery.tablesorter.js --- a/web/data/jquery.tablesorter.js Thu Jul 15 12:03:13 2010 +0200 +++ b/web/data/jquery.tablesorter.js Mon Jul 19 15:37:02 2010 +0200 @@ -705,10 +705,10 @@ ts.addParser({ id: "json", is: function(s) { - return s.startsWith('json:'); + return s.startswith('json:'); }, format: function(s,table,cell) { - return evalJSON(s.slice(5)); + return cw.evalJSON(s.slice(5)); }, type: "text" });