mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 00:42:07 +00:00
Fixed issue with frontpage crashing server
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -443,7 +443,7 @@ function initfp(){
|
|||||||
position: "bottom",
|
position: "bottom",
|
||||||
tooltip: "Total Viewers"
|
tooltip: "Total Viewers"
|
||||||
});
|
});
|
||||||
socket.emit('frontpage_lists');
|
socket.emit('frontpage_lists', {version: parseInt(localStorage.getItem("VERSION"))});
|
||||||
socket.emit('get_userlists', Crypt.getCookie('_uI'));
|
socket.emit('get_userlists', Crypt.getCookie('_uI'));
|
||||||
|
|
||||||
$("#channel-load").css("display", "none");
|
$("#channel-load").css("display", "none");
|
||||||
|
|||||||
Reference in New Issue
Block a user