web/data/jquery.tablesorter.js
branchstable
changeset 5994 97c55baefa0c
parent 5658 7b9553a9db65
child 7945 5959f94c0358
child 7952 48330faf4cd7
--- 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"
 	});