Remove return false.

This commit is contained in:
Wesley Walser 2012-07-06 15:07:20 +10:00
parent 08ff6e2097
commit 4d8a6a1adf

View File

@ -749,8 +749,6 @@
setHeadersCss($this[0], $headers, c.sortList);
multisort($this[0], c.sortList);
appendToTable($this[0]);
// stop normal event by returning false
return false;
}
});
if (c.cancelSelection) {