mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
|
import {qa} from "/static/js/elemjs/elemjs.js"
|
||
|
import {MarkWatchedButton} from "/static/js/mark-watched.js"
|
||
|
|
||
|
for (const button of qa(".mark-watched__button")) {
|
||
|
new MarkWatchedButton(button)
|
||
|
}
|