diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-04 13:59:37 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-04 13:59:37 +0300 |
commit | a28cccfde07e76d1e70d2acfe1c2222d8b8ae705 (patch) | |
tree | 4fdefa52a12f7a158006f1b7ba3b54cd468b97fe /pug/options/spotify | |
parent | Fix incorrect localization (#236) (diff) | |
download | libredirect-a28cccfde07e76d1e70d2acfe1c2222d8b8ae705.zip |
Simplified code. Removed pixivMoe, old.reddit.com #239
Diffstat (limited to 'pug/options/spotify')
-rw-r--r-- | pug/options/spotify/spotify.pug | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug index 2314fe27..97951412 100644 --- a/pug/options/spotify/spotify.pug +++ b/pug/options/spotify/spotify.pug @@ -12,12 +12,6 @@ body.option(dir="auto") h4(data-localise="__MSG_enable__") Enable input#disable-spotify(type="checkbox") - .some-block.option-block - h4(data-localise="__MSG_protocol__") Protocol - select#protocol - option(value="normal" data-localise="__MSG_normal__") Normal - option(value="tor" data-localise="__MSG_tor__") Tor - #soju hr .normal @@ -25,9 +19,6 @@ body.option(dir="auto") +instances('https://soju.com') include ../../widgets/latency.pug +latency() - .tor - include ../../widgets/instances.pug - +instances('https://soju.onion') script(type="module" src="../init.js") script(type="module" src="./spotify.js") |