Changed name to zoff instead of zöff

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-28 18:35:51 +01:00
parent 815c757367
commit 0756da0293
18 changed files with 44 additions and 44 deletions

View File

@@ -486,7 +486,7 @@ var List = {
'Content-Type': 'application/json'
},
data: JSON.stringify({
name: chan.toLowerCase() + " - Zöff",
name: chan.toLowerCase() + " - Zoff",
public: true
}),
success: function(response){
@@ -811,7 +811,7 @@ var List = {
$("#chan").html("zoff.no/"+chan.toLowerCase());
}else{
showToggle=true;
$("#toptitle").html("Zöff");
$("#toptitle").html("Zoff");
$("#chan").removeClass("bigChan");
$("#chan").html(chan);
}