mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed so users that has blocked cookies still are able to play
This commit is contained in:
@@ -32,7 +32,6 @@ var Channel = {
|
||||
}
|
||||
//Player.soundcloud_player = document.querySelector("#soundcloud_player");
|
||||
}
|
||||
|
||||
List.calculate_song_heights();
|
||||
Admin.logged_in = false;
|
||||
Admin.display_logged_out();
|
||||
@@ -494,7 +493,8 @@ var Channel = {
|
||||
var add = "";
|
||||
w_p = true;
|
||||
//if(private_channel) add = Crypt.getCookie("_uI") + "_";
|
||||
socket.emit("list", {version: parseInt(localStorage.getItem("VERSION")), channel: add + chan.toLowerCase()});
|
||||
|
||||
socket.emit("list", {version: parseInt(_VERSION), channel: add + chan.toLowerCase()});
|
||||
} else if(url_split[3] === "") {
|
||||
/*if(client) {
|
||||
var host = window.location.hostname.split(".");
|
||||
|
||||
Reference in New Issue
Block a user