From a10ae011b5268cfe52b5a6667fda334da5895124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 11 Jun 2015 16:12:26 +0200 Subject: [PATCH] Made the link when clicking channel lowercase to avoid any confusion --- static/js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/list.js b/static/js/list.js index 18baa50b..27be3b40 100755 --- a/static/js/list.js +++ b/static/js/list.js @@ -202,7 +202,7 @@ function show(){ $("#toptitle").empty(); $("#chan").addClass("bigChan"); //$("#chan").html("zoff.no/"+encodeURI(chan)); - $("#chan").html("zoff.no/"+chan); + $("#chan").html("zoff.no/"+chan.toLowerCase()); }else{ showToggle=true; $("#toptitle").html("Zöff");