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");