diff -r 822a8150f78d -r 7e240c04c69f web/data/jquery.tablesorter.js --- a/web/data/jquery.tablesorter.js Fri Oct 21 17:50:56 2011 +0200 +++ b/web/data/jquery.tablesorter.js Fri Oct 21 17:52:37 2011 +0200 @@ -684,7 +684,7 @@ function getCachedSortType(parsers, i) { return parsers[i].type; }; /* public methods */ - this.construct = function (settings) { cw.log(settings); + this.construct = function (settings) { return this.each(function () { // if no thead or tbody quit. if (!this.tHead || !this.tBodies) return;