mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed removeAllListeners to be working
This commit is contained in:
@@ -298,7 +298,7 @@ var Frontpage = {
|
||||
clearTimeout(rotation_timeout);
|
||||
if(Helper.mobilecheck()){
|
||||
Helper.log("removing all listeners");
|
||||
socket.removeAllListeners();
|
||||
removeAllListeners();
|
||||
}
|
||||
$("#main-container").css("background-color", "#2d2d2d");
|
||||
if(!Helper.mobilecheck()) {
|
||||
|
||||
Reference in New Issue
Block a user