mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
import {qa} from "/static/js/elemjs/elemjs.js"
|
|
import {MarkWatchedButton} from "/static/js/modules/MarkWatchedButton.js"
|
|
|
|
for (const button of qa(".mark-watched__button")) {
|
|
new MarkWatchedButton(button)
|
|
}
|