From 9fec8ce536915cfae1e89bbe1c0e6bc22db22a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 12 Feb 2015 15:12:01 +0100 Subject: [PATCH] fixed url decode stupid thing --- index.php | 2 +- js/list.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 07b63e25..a9bc15c9 100755 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@
Zöff -
+
diff --git a/js/list.js b/js/list.js index 62f7be0b..8085267a 100755 --- a/js/list.js +++ b/js/list.js @@ -150,7 +150,8 @@ function show(){ showToggle=false; $("#toptitle").empty(); $("#chan").addClass("bigChan"); - $("#chan").html("zoff.no/"+encodeURI(chan)); + //$("#chan").html("zoff.no/"+encodeURI(chan)); + $("#chan").html("zoff.no/"+chan); }else{ showToggle=true; $("#toptitle").html("Zöff");