changeset 8003 | 7e240c04c69f |
parent 8000 | 9a73d5e762b0 |
child 8043 | c699f6edd067 |
--- 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;