mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Debug
This commit is contained in:
parent
59867cc876
commit
37c2cf816f
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ function consolelog(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function consoleLog(){
|
||||||
|
return consolelog();
|
||||||
|
}
|
||||||
|
|
||||||
$(document).mousemove(function (e) {
|
$(document).mousemove(function (e) {
|
||||||
mouseX = e.pageX;
|
mouseX = e.pageX;
|
||||||
mouseY = e.pageY;
|
mouseY = e.pageY;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue