no tab for menu
This commit is contained in:
@@ -73,8 +73,7 @@ _replace_style() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_replace() {
|
_replace() {
|
||||||
|
cat "$SELFDIR"/index.html | _replace_links | _replace_style | _replace_config
|
||||||
cat "$SELFDIR"/index.html | _replace_links | _replace_config | _replace_style
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -131,6 +131,7 @@ function make_menu() {
|
|||||||
document.getElementById("menu").value="";
|
document.getElementById("menu").value="";
|
||||||
};
|
};
|
||||||
sel.id="menu";
|
sel.id="menu";
|
||||||
|
sel.tabIndex = -1;
|
||||||
doc.appendChild(sel);
|
doc.appendChild(sel);
|
||||||
var opt=document.createElement("option");
|
var opt=document.createElement("option");
|
||||||
opt.value="";
|
opt.value="";
|
||||||
|
|||||||
Reference in New Issue
Block a user