Update index.html
Browse files- index.html +0 -1
index.html
CHANGED
@@ -1293,7 +1293,6 @@
|
|
1293 |
let lastVolume = 1;
|
1294 |
let currentPlaybackRate = 1;
|
1295 |
let isFullscreen = false;
|
1296 |
-
let isInBackgroundTab = false;
|
1297 |
|
1298 |
async function enterPiP() {
|
1299 |
if (!document.pictureInPictureElement && !video.paused) {
|
|
|
1293 |
let lastVolume = 1;
|
1294 |
let currentPlaybackRate = 1;
|
1295 |
let isFullscreen = false;
|
|
|
1296 |
|
1297 |
async function enterPiP() {
|
1298 |
if (!document.pictureInPictureElement && !video.paused) {
|