mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +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) {
|
||||
mouseX = e.pageX;
|
||||
mouseY = e.pageY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue