diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-07-02 11:55:13 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-07-02 11:55:13 +0200 |
commit | d0ae39390fba3822aed4a498aafcdfa61289448b (patch) | |
tree | d77efc819150afcd6e95ac9b25568546cf441209 /html/options.html | |
parent | 8708ddd3fc564c0af3d66b50ead77e211a911254 (diff) | |
download | browser-extension-d0ae39390fba3822aed4a498aafcdfa61289448b.tar.gz browser-extension-d0ae39390fba3822aed4a498aafcdfa61289448b.zip |
enable opening settings page with certain item immediately in edit mode
Diffstat (limited to 'html/options.html')
-rw-r--r-- | html/options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/options.html b/html/options.html index 03978c7..092327a 100644 --- a/html/options.html +++ b/html/options.html @@ -123,6 +123,7 @@ </li> </div> + <!-- Mind the show_*s ids below - their format is assumed in js code --> <input type="radio" name="tabs" id="show_pages" checked></input> <input type="radio" name="tabs" id="show_bags"></input> <input type="radio" name="tabs" id="show_scripts"></input> |