Fixed issue with frontpage crashing server

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-11 08:59:23 +02:00
parent 2afacf6408
commit 29c7af98f2
3 changed files with 3 additions and 3 deletions

View File

@@ -443,7 +443,7 @@ function initfp(){
position: "bottom",
tooltip: "Total Viewers"
});
socket.emit('frontpage_lists');
socket.emit('frontpage_lists', {version: parseInt(localStorage.getItem("VERSION"))});
socket.emit('get_userlists', Crypt.getCookie('_uI'));
$("#channel-load").css("display", "none");