Fix pagination default page in renderer.js
This commit is contained in:
@@ -496,7 +496,7 @@ async function startLiveCountdown(folderObj, msLeft) {
|
|||||||
|
|
||||||
contentList.parentElement.insertBefore(paginationEl, contentList); // einmalig nach DOM load
|
contentList.parentElement.insertBefore(paginationEl, contentList); // einmalig nach DOM load
|
||||||
|
|
||||||
async function renderContent(folderObj, page = 1) {
|
async function renderContent(folderObj, page = 2) {
|
||||||
closeDropdown();
|
closeDropdown();
|
||||||
const folder = folderObj.path;
|
const folder = folderObj.path;
|
||||||
await updateInteractionBar(folderObj);
|
await updateInteractionBar(folderObj);
|
||||||
|
|||||||
Reference in New Issue
Block a user