1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
DanieL 2022-06-03 11:20:49 -03:00
parent 59867cc876
commit 37c2cf816f

View file

@ -87,6 +87,10 @@ function consolelog(){
}
}
function consoleLog(){
return consolelog();
}
$(document).mousemove(function (e) {
mouseX = e.pageX;
mouseY = e.pageY;