mirror of
https://github.com/unraid/webgui.git
synced 2026-01-02 23:50:21 -06:00
Revert a different fix WIP
This commit is contained in:
@@ -58,7 +58,7 @@ function resize(bind) {
|
||||
$('#plugin_list').height(s);
|
||||
$('#plugin_table tbody tr:first-child td').each(function(){width.push($(this).width());});
|
||||
$('#plugin_table thead tr th').each(function(i){$(this).width(width[i]);});
|
||||
if (!bind) $('#plugin_table,#plugin_table tbody').addClass('fixed');
|
||||
if (!bind) $('#plugin_table thead,#plugin_table tbody').addClass('fixed');
|
||||
}
|
||||
}
|
||||
<?endif;?>
|
||||
|
||||
Reference in New Issue
Block a user