Fix javascript error.

This commit is contained in:
gnhb 2010-05-28 08:15:57 +07:00
parent 8d657558c2
commit ebef8175be

View File

@ -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) {