summaryrefslogtreecommitdiffstats
path: root/assets/js
diff options
context:
space:
mode:
authorRadoslavL <rlelchev@abv.bg>2023-10-20 09:00:23 +0300
committerRadoslavL <rlelchev@abv.bg>2023-10-20 09:00:23 +0300
commite307fcc9a1a8ea9a181a6f93fb58c630714270ac (patch)
treec4622b20e34f578ebaee1e1fc4988126bc5e2271 /assets/js
parentbae8bab3ff518a2f9d416b1a9583b3ce9e458ca3 (diff)
downloadinvidious-e307fcc9a1a8ea9a181a6f93fb58c630714270ac.tar.gz
invidious-e307fcc9a1a8ea9a181a6f93fb58c630714270ac.tar.bz2
invidious-e307fcc9a1a8ea9a181a6f93fb58c630714270ac.zip
Fixed an issue
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/pagination.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/pagination.js b/assets/js/pagination.js
index 2ad3f5a3..61473d55 100644
--- a/assets/js/pagination.js
+++ b/assets/js/pagination.js
@@ -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){