mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix javascript error.
This commit is contained in:
parent
8d657558c2
commit
ebef8175be
@ -99,9 +99,12 @@ function updateType(t){
|
||||
}
|
||||
default:
|
||||
select_list.length = 0;
|
||||
select_list[0] = new Option("Select Link Type First","");
|
||||
break;
|
||||
}
|
||||
$(t).show();
|
||||
if (t != ''){
|
||||
$(t).show();
|
||||
}
|
||||
}
|
||||
|
||||
function show_reset_settings(reset_type) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user