mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Not setting _uI on clientside
This commit is contained in:
		| @@ -52,7 +52,7 @@ var Hostcontroller = { | ||||
|                 Helper.setHtml("#channel-name-join", "client." + window.location.hostname + "/" + encodeURIComponent(chan.toLowerCase())); | ||||
|                 w_p = true; | ||||
|                 var add = ""; | ||||
|                 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()}); | ||||
|  | ||||
|                 window.history.pushState("object or string", "Title", "/"+chan.toLowerCase()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user