From 18c118792ebf5e48ba1d8ba7c7accdf70d8434d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 9 Feb 2015 20:23:51 +0100 Subject: [PATCH] Changed style of channelURL when toggled and not --- index.php | 2 +- js/list.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c17e016c..6d8d9c23 100755 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@
Zöff -
+
diff --git a/js/list.js b/js/list.js index 264abdbf..62f7be0b 100755 --- a/js/list.js +++ b/js/list.js @@ -150,7 +150,7 @@ function show(){ showToggle=false; $("#toptitle").empty(); $("#chan").addClass("bigChan"); - $("#chan").html("zoff.no/"+chan); + $("#chan").html("zoff.no/"+encodeURI(chan)); }else{ showToggle=true; $("#toptitle").html("Zöff");