1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Improving channel

This commit is contained in:
daniel 2020-05-05 11:45:26 -03:00
parent 6d1d8fda5d
commit c8f7dc888e
3 changed files with 4 additions and 4 deletions

View file

@ -13,6 +13,8 @@ var doNotFloatVideo = false;
var mouseX;
var mouseY;
var videoContainerDragged = false;
var youTubeMenuIsOpened = false;
$(document).mousemove(function (e) {
mouseX = e.pageX;
mouseY = e.pageY;