mirror of
https://gitlab.com/Cha_deL/peertubeify
synced 2025-02-16 11:30:57 +01:00
Merge branch 'cleanup' into 'master'
Remove forgotten console.log() See merge request Ealhad/peertubeify!7
This commit is contained in:
commit
2bf4c7e682
@ -124,7 +124,6 @@ function removeVideoLink() {
|
|||||||
const throttledPeertubeify = _.throttle(1000, peertubeify);
|
const throttledPeertubeify = _.throttle(1000, peertubeify);
|
||||||
const observer = new MutationObserver(function(mutationsList) {
|
const observer = new MutationObserver(function(mutationsList) {
|
||||||
for (const mutation of mutationsList) {
|
for (const mutation of mutationsList) {
|
||||||
console.log('peertubeify ' + (mutation.target as Element).id)
|
|
||||||
if ((mutation.target as Element).id == 'video-element-wrapper') {
|
if ((mutation.target as Element).id == 'video-element-wrapper') {
|
||||||
throttledPeertubeify();
|
throttledPeertubeify();
|
||||||
resumeManager.resume()
|
resumeManager.resume()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user