mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-03 04:18:25 +00:00
Fixed an issue
This commit is contained in:
parent
bae8bab3ff
commit
e307fcc9a1
@ -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…
Reference in New Issue
Block a user