mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
fix typo+dom not ready+unclose div tag
This commit is contained in:
@ -62,9 +62,9 @@ function filter_match(str, _cname, _match) {
|
||||
function filter_match_box(show) {
|
||||
show = show || true;
|
||||
if ( true ) {
|
||||
document.getElementsBy('filter_box').style.display='';
|
||||
document.getElementById('filter_box').style.display='';
|
||||
} else {
|
||||
document.getElementsBy('filter_box').style.display='none';
|
||||
document.getElementById('filter_box').style.display='none';
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user