mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with trying to access private list
This commit is contained in:
@@ -149,10 +149,7 @@ $().ready(function(){
|
||||
function init(){
|
||||
number_suggested = 0;
|
||||
var no_socket = true;
|
||||
var pathname = window.location.pathname.split("/");
|
||||
if(pathname.length == 3) {
|
||||
private_channel = true;
|
||||
}
|
||||
|
||||
chan = $("#chan").html();
|
||||
mobile_beginning = Helper.mobilecheck();
|
||||
var side = Helper.mobilecheck() ? "left" : "right";
|
||||
|
||||
Reference in New Issue
Block a user