From 55368131ea0c07cfb9245506d5776395da1cd49c Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Wed, 27 Jul 2022 15:22:33 +0300 Subject: [PATCH] no tab for menu --- build_static.sh | 3 +-- index.html | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_static.sh b/build_static.sh index fc58ed1..f35463f 100644 --- a/build_static.sh +++ b/build_static.sh @@ -73,8 +73,7 @@ _replace_style() { } _replace() { - - cat "$SELFDIR"/index.html | _replace_links | _replace_config | _replace_style + cat "$SELFDIR"/index.html | _replace_links | _replace_style | _replace_config } diff --git a/index.html b/index.html index e71a912..d7f334d 100644 --- a/index.html +++ b/index.html @@ -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="";