LSP - unsortable columns were sorting anyway -> disabled click event
This commit is contained in:
parent
3533187ed8
commit
b919475630
2 changed files with 2 additions and 2 deletions
|
@ -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, '') == '')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue