mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Logging some more
This commit is contained in:
@@ -996,6 +996,7 @@ function onepage_load(){
|
||||
success: function(e){
|
||||
|
||||
if(Helper.mobilecheck()) {
|
||||
Helper.log("Removing all listeners");
|
||||
socket.removeAllListeners();
|
||||
socket.disconnect();
|
||||
} else {
|
||||
@@ -1054,7 +1055,7 @@ function onepage_load(){
|
||||
$(".page-footer").removeClass("padding-bottom-novideo");
|
||||
$("#favicon").attr("href", "static/images/favicon.png");
|
||||
|
||||
|
||||
Helper.log(socket);
|
||||
if($("#alreadyfp").length == 1){
|
||||
initfp();
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user