no tab for menu

This commit is contained in:
2022-07-27 15:22:33 +03:00
parent f10afcb58e
commit 55368131ea
2 changed files with 2 additions and 2 deletions

View File

@@ -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="";