mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
bbox: chrome doesnt override video onclick
This commit is contained in:
parent
3692fc9d83
commit
780fc4639a
|
@ -940,7 +940,7 @@ window.baguetteBox = (function () {
|
|||
timer.rm(rotn);
|
||||
|
||||
var ctime = 0;
|
||||
el.onclick = function (e) {
|
||||
el.onclick = v ? null : function (e) {
|
||||
var rc = e.target.getBoundingClientRect(),
|
||||
x = e.clientX - rc.left,
|
||||
fx = x / (rc.right - rc.left);
|
||||
|
|
Loading…
Reference in a new issue