diff options
author | Ajay Ramachandran <[email protected]> | 2021-05-19 16:11:07 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-05-19 16:11:07 -0400 |
commit | 3ef2673bfc639a5dac336bd36e092493e33f74af (patch) | |
tree | a3764ffce188aa6aeb76c4bccdddc99b626e5c58 /public/options | |
parent | ac6cd2cec16eaf5151ff3730d1d1fbd1fdf59726 (diff) | |
download | SponsorBlock-3ef2673bfc639a5dac336bd36e092493e33f74af.tar.gz SponsorBlock-3ef2673bfc639a5dac336bd36e092493e33f74af.zip |
Remove hash prefix option (always uses hash prefix)
Diffstat (limited to 'public/options')
-rw-r--r-- | public/options/options.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/public/options/options.html b/public/options/options.html index 05a6e911..9daef3b3 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -309,23 +309,6 @@ <br/> <br/> - <div option-type="toggle" sync-option="hashPrefix"> - <label class="switch-container" label-name="__MSG_enableQueryByHashPrefix__"> - <label class="switch"> - <input type="checkbox" checked> - <span class="slider round"></span> - </label> - </label> - - <br/> - <br/> - - <div class="small-description">__MSG_whatQueryByHashPrefix__</div> - </div> - - <br/> - <br/> - <div option-type="toggle" sync-option="refetchWhenNotFound"> <label class="switch-container" label-name="__MSG_enableRefetchWhenNotFound__"> <label class="switch"> |