mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Improving channel
This commit is contained in:
parent
6d1d8fda5d
commit
c8f7dc888e
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue