diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-08-14 15:11:50 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-08-14 15:11:50 +0300 |
commit | b62c79adf867d4fe9401d82d22c4a00b3e292da7 (patch) | |
tree | 584bd221653fd684aadd9c0f1591e86106e7046e /src/pages/options/index.html | |
parent | Merge https://github.com/libredirect/libredirect (diff) | |
download | libredirect-b62c79adf867d4fe9401d82d22c4a00b3e292da7.zip |
Removed embedded only https://github.com/libredirect/libredirect/issues/410
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index b8541ff9..af417403 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -312,7 +312,6 @@ <h4 data-localise="__MSG_redirectType__">Redirect Type</h4> <select id="youtube-redirect_type"> <option value="both" data-localise="__MSG_both__">both</option> - <option value="onlyEmbedded" data-localise="__MSG_onlyEmbedded__">Only Embedded</option> <option value="onlyNotEmbedded" data-localise="__MSG_onlyNotEmbedded__">Only Not Embedded</option> </select> </div> @@ -925,7 +924,6 @@ <h4 data-localise="__MSG_redirectType__">Redirect Type</h4> <select id="twitter-redirect_type"> <option value="both" data-localise="__MSG_both__">both</option> - <option value="sub_frame" data-localise="__MSG_onlyEmbedded__">Only Embedded</option> <option value="main_frame" data-localise="__MSG_onlyNotEmbedded__">Only Not Embedded</option> </select> </div> @@ -2220,7 +2218,6 @@ <h4 data-localise="__MSG_redirectType__">Redirect Type</h4> <select id="lbry-redirect_type"> <option value="both" data-localise="__MSG_both__">both</option> - <option value="sub_frame" data-localise="__MSG_onlyEmbedded__">Only Embedded</option> <option value="main_frame" data-localise="__MSG_onlyNotEmbedded__">Only Not Embedded</option> </select> </div> |