http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7349 --- Comment #2 from Adrien SAURAT <adrien.saurat@biblibre.com> 2011-12-13 14:55:35 UTC --- Indeed! Didn't think I would find a client-side sort here!! I don't see the point, I'll thus delete the following part: <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> <script type="text/javascript">//<![CDATA[ $(document).ready(function() { $("#memberresultst").tablesorter({ sortList: [[1,0]], widgets: ['zebra'] }); }); //]]> </script> (it seems to work ok without it) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.