mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-11 16:59:16 +05:30
Fixed an issue
This commit is contained in:
parent
bae8bab3ff
commit
e307fcc9a1
@ -43,7 +43,7 @@ function button_press(){
|
|||||||
};
|
};
|
||||||
|
|
||||||
addEventListener('DOMContentLoaded', function(){
|
addEventListener('DOMContentLoaded', function(){
|
||||||
const pagination_data = JSON.parse(document.getElementById('pagination_locale_strings').textContent);
|
const pagination_data = JSON.parse(document.getElementById('pagination-data').textContent);
|
||||||
const next_page_containers = document.getElementsByClassName("page-next-container");
|
const next_page_containers = document.getElementsByClassName("page-next-container");
|
||||||
|
|
||||||
for (let container of next_page_containers){
|
for (let container of next_page_containers){
|
||||||
|
Loading…
Reference in New Issue
Block a user