mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to generally set client height for all modules 6310521982 (r112805733)
This commit is contained in:
@ -11,12 +11,6 @@ $pftmsg = &text('index_pft', $text{'index_pft'.$pft} || $pft);
|
||||
$formno = 0;
|
||||
&ReadParse();
|
||||
|
||||
if ($config{'display_max_auto'} &&
|
||||
!$in{'client_height'} && !$ENV{'HTTP_X_CLIENT_HEIGHT'}) {
|
||||
print "<script>location.href = location.pathname + '?client_height=' + document.documentElement.clientHeight;</script>";
|
||||
exit;
|
||||
}
|
||||
|
||||
@quarters = ( "width=25%", "width=25%", "width=25%", "width=25%" );
|
||||
|
||||
# Get the user and group lists
|
||||
|
Reference in New Issue
Block a user