diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-08 13:34:13 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-08 13:34:13 +0300 |
commit | be653ac4175cc3a67507d313fbd600e69709a5ca (patch) | |
tree | 9c3fdd4714aba5de5102fe55591d9786d59d0cc3 /pug/options/spotify/spotify.pug | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-be653ac4175cc3a67507d313fbd600e69709a5ca.zip |
Removed Soju #240. Updated README #252
Diffstat (limited to 'pug/options/spotify/spotify.pug')
-rw-r--r-- | pug/options/spotify/spotify.pug | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug deleted file mode 100644 index 97951412..00000000 --- a/pug/options/spotify/spotify.pug +++ /dev/null @@ -1,24 +0,0 @@ -doctype html -html(lang="en") - include ../../widgets/head.pug - title General -script(type="module" src="../../../assets/javascripts/localise.js") -body.option(dir="auto") - include ../../widgets/links.pug - +links('spotify') - - section.option-block - .some-block.option-block - h4(data-localise="__MSG_enable__") Enable - input#disable-spotify(type="checkbox") - - #soju - hr - .normal - include ../../widgets/instances.pug - +instances('https://soju.com') - include ../../widgets/latency.pug - +latency() - - script(type="module" src="../init.js") - script(type="module" src="./spotify.js") |