Not setting _uI on clientside

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-22 19:36:37 +02:00
parent 23b36b1736
commit 1995c20f4e
3 changed files with 4 additions and 4 deletions

View File

@@ -531,7 +531,7 @@ var Channel = {
document.getElementById("chan").innerHTML = Helper.upperFirst(chan);
var add = "";
w_p = true;
if(private_channel) add = Crypt.getCookie("_uI") + "_";
//if(private_channel) add = Crypt.getCookie("_uI") + "_";
socket.emit("list", {version: parseInt(localStorage.getItem("VERSION")), channel: add + chan.toLowerCase()});
} else if(url_split[3] === "") {
/*if(client) {