mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-07 06:27:17 +00:00
Add ability to mark videos as watched in subscription feed
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.getElementById("subscribe")["href"] = "javascript:void(0);"
|
||||
document.getElementById("subscribe")["href"] = "javascript:void(0)"
|
||||
|
||||
function subscribe() {
|
||||
var url = "/subscription_ajax?action_create_subscription_to_channel=1&c=<%= ucid %>&referer=<%= env.get("current_page") %>";
|
||||
|
||||
Reference in New Issue
Block a user