author | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> |
Thu, 15 Jan 2009 08:47:18 +0100 | |
changeset 423 | 5269bfc6813f |
parent 422 | 5e93f8a8b1f0 |
child 424 | 05b9a310fded |
child 425 | cc9e8986d55e |
child 1371 | a81d3babb582 |
web/data/jquery.tablesorter.js | file | annotate | diff | comparison | revisions | |
web/data/upload.gif | file | annotate | diff | comparison | revisions |
--- a/web/data/jquery.tablesorter.js Wed Jan 14 19:39:48 2009 +0100 +++ b/web/data/jquery.tablesorter.js Thu Jan 15 08:47:18 2009 +0100 @@ -873,6 +873,6 @@ Sortable.sortTables = function() { jQuery("table.listing").tablesorter({textExtraction: cubicwebSortValueExtraction}); -} +}; jQuery(document).ready(Sortable.sortTables);