LSP - unsortable columns were sorting anyway -> disabled click event

This commit is contained in:
cat 2013-01-14 13:59:05 +01:00 committed by Thulinma
parent 3533187ed8
commit b919475630
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@
// ==================================================== //
// Do sorting when THs are clicked
table.delegate("th", "click", function(){
table.delegate("th:not(.dontsort)", "click", function(){
if($(this).text().replace(/ /g, '') == '')
{