changeset 5658 | 7b9553a9db65 |
parent 423 | 5269bfc6813f |
child 7945 | 5959f94c0358 |
child 7952 | 48330faf4cd7 |
--- a/web/data/jquery.tablesorter.js Thu Jun 03 10:17:44 2010 +0200 +++ b/web/data/jquery.tablesorter.js Thu Jun 03 14:51:42 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" });