aboutsummaryrefslogtreecommitdiffstats
path: root/pug
diff options
context:
space:
mode:
Diffstat (limited to 'pug')
-rw-r--r--pug/options/general/general.pug6
-rw-r--r--pug/options/spotify/spotify.pug24
-rw-r--r--pug/widgets/links.pug4
3 files changed, 0 insertions, 34 deletions
diff --git a/pug/options/general/general.pug b/pug/options/general/general.pug
index 34efa64c..b5b46d5f 100644
--- a/pug/options/general/general.pug
+++ b/pug/options/general/general.pug
@@ -122,12 +122,6 @@ body.option(dir="auto")
div
div
- img(src="../../../assets/images/spotify-icon.png")
- |Spotify
- input#spotify(type="checkbox")
-
- div
- div
svg(xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor")
path(d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z")
|Search
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")
diff --git a/pug/widgets/links.pug b/pug/widgets/links.pug
index 89eab335..8daf48ba 100644
--- a/pug/widgets/links.pug
+++ b/pug/widgets/links.pug
@@ -37,10 +37,6 @@ mixin links(service)
a(href="../imgur/imgur.html" data-localise="__MSG_imgur__" class=service == "imgur" ? "selected" : "") Imgur
.title
- img(src="../../../assets/images/spotify-icon.png")
- a(href="../spotify/spotify.html" data-localise="__MSG_spotify__" class=service == "spotify" ? "selected" : "") Spotify
-
- .title
img(src="../../../assets/images/wikipedia-icon.svg")
a(href="../wikipedia/wikipedia.html" data-localise="__MSG_wikipedia__" class=service == "wikipedia" ? "selected" : "") Wikipedia