mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
changed from .no to .me
This commit is contained in:
@@ -807,8 +807,8 @@ var List = {
|
||||
showToggle=false;
|
||||
$("#toptitle").empty();
|
||||
$("#chan").addClass("bigChan");
|
||||
//$("#chan").html("zoff.no/"+encodeURI(chan));
|
||||
$("#chan").html("zoff.no/"+chan.toLowerCase());
|
||||
//$("#chan").html("zoff.me/"+encodeURI(chan));
|
||||
$("#chan").html("zoff.me/"+chan.toLowerCase());
|
||||
}else{
|
||||
showToggle=true;
|
||||
$("#toptitle").html("Zoff");
|
||||
|
||||
Reference in New Issue
Block a user