Skip to content

Commit 7033b75

Browse files
authored
Revert a different fix WIP
1 parent 1386f87 commit 7033b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emhttp/plugins/dynamix.plugin.manager/Plugins.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function resize(bind) {
5858
$('#plugin_list').height(s);
5959
$('#plugin_table tbody tr:first-child td').each(function(){width.push($(this).width());});
6060
$('#plugin_table thead tr th').each(function(i){$(this).width(width[i]);});
61-
if (!bind) $('#plugin_table,#plugin_table tbody').addClass('fixed');
61+
if (!bind) $('#plugin_table thead,#plugin_table tbody').addClass('fixed');
6262
}
6363
}
6464
<?endif;?>

0 commit comments

Comments
 (0)