From f0839a117c1119d3e08ff21de8d089cffcc7671e Mon Sep 17 00:00:00 2001 From: kipukun Date: Wed, 17 May 2017 10:18:29 -0400 Subject: [PATCH 1/2] Remove color from torrent title in view page --- templates/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/view.html b/templates/view.html index b47375a5..86ba7ed7 100644 --- a/templates/view.html +++ b/templates/view.html @@ -5,7 +5,7 @@ {{with .Torrent}}
-
+

{{.Name}}

From c3110a7ff1117287c36d4b430e1752cd719b6816 Mon Sep 17 00:00:00 2001 From: kipukun Date: Wed, 17 May 2017 10:29:30 -0400 Subject: [PATCH 2/2] Slowly attempting to purge JS --- public/js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 446e03cc..ad59d5ed 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -1,4 +1,3 @@ -var night = localStorage.getItem("night"); function toggleNightMode() { var night = localStorage.getItem("night"); if(night == "true") {