no tab for menu
This commit is contained in:
@@ -131,6 +131,7 @@ function make_menu() {
|
||||
document.getElementById("menu").value="";
|
||||
};
|
||||
sel.id="menu";
|
||||
sel.tabIndex = -1;
|
||||
doc.appendChild(sel);
|
||||
var opt=document.createElement("option");
|
||||
opt.value="";
|
||||
|
||||
Reference in New Issue
Block a user