mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Delete song styling, start of title fix
This commit is contained in:
@@ -50,7 +50,7 @@ socket.on("pw", function(msg)
|
||||
refresh_scroll();
|
||||
|
||||
localStorage.setItem("passord_i_klartekst_lol", msg);
|
||||
Materialize.toast("Correct Password. You are now admin", 4000);
|
||||
Materialize.toast("Correct password. You now have access to the sacred relam of The Admin.", 4000);
|
||||
});
|
||||
|
||||
socket.on(chan.toLowerCase()+",conf", function(msg)
|
||||
|
||||
@@ -202,11 +202,11 @@ function getTitle(titt, v)
|
||||
var title= decodeURIComponent(titt);
|
||||
document.title = title + " • Zöff";
|
||||
if(!window.mobilecheck()){
|
||||
document.getElementById('search').placeholder = title + " • " + v + " " + outPutWord;
|
||||
document.getElementById('song-title').innerHTML = title + " • " + v + " " + outPutWord;
|
||||
}else
|
||||
{
|
||||
document.getElementById("mobileTitle").innerHTML = title;
|
||||
document.getElementById('search').placeholder = "Search • 1 " + v + " " + outPutWord;
|
||||
document.getElementById('song-title').innerHTML = "Search • 1 " + v + " " + outPutWord;
|
||||
//document.getElementById("viewers").innerHTML = viewers[5].length + " " + outPutWord;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user