Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-01-04 07:51:47 +01:00
commit e892bb32c4

View File

@ -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 {