Made the link when clicking channel lowercase to avoid any confusion

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-11 16:12:26 +02:00
parent f8f05619c9
commit a10ae011b5

View File

@@ -202,7 +202,7 @@ function show(){
$("#toptitle").empty();
$("#chan").addClass("bigChan");
//$("#chan").html("zoff.no/"+encodeURI(chan));
$("#chan").html("zoff.no/"+chan);
$("#chan").html("zoff.no/"+chan.toLowerCase());
}else{
showToggle=true;
$("#toptitle").html("Zöff");