Changed style of channelURL when toggled and not

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-09 20:23:51 +01:00
parent 31e76dc999
commit 18c118792e
2 changed files with 2 additions and 2 deletions

View File

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