mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-06 16:35:06 -04:00
Fixed an issue
This commit is contained in:
parent
bae8bab3ff
commit
e307fcc9a1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function button_press(){
|
|||
};
|
||||
|
||||
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");
|
||||
|
||||
for (let container of next_page_containers){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue