fixed url decode stupid thing

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-12 15:12:01 +01:00
parent bcd76901a3
commit 9fec8ce536
2 changed files with 3 additions and 2 deletions

View File

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