Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e892bb32c4
@ -409,7 +409,7 @@ function PMA_changeClassForColumn($this_th, newclass, isAddClass)
|
||||
if (has_big_t) {
|
||||
th_index--;
|
||||
}
|
||||
var $tds = $this_th.closest('table').find('tbody tr').find('td.data:eq(' + th_index + ')');
|
||||
var $tds = $("#table_results").find('tbody tr').find('td.data:eq(' + th_index + ')');
|
||||
if (isAddClass === undefined) {
|
||||
$tds.toggleClass(newclass);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user