mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Changed style of channelURL when toggled and not
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user