mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-13 05:37:44 +02:00
use strict
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
'use strict';
|
||||
var watched_data = JSON.parse(document.getElementById('watched_data').innerHTML);
|
||||
|
||||
function mark_watched(target) {
|
||||
|
Reference in New Issue
Block a user