MCPcopy
hub / github.com/ChinaGodMan/UserScripts / updatePaginationButtons

Function updatePaginationButtons

missav-explorer/missav-explorer.user.js:1316–1319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1314 })
1315
1316 function updatePaginationButtons() {
1317 prevButton.disabled = currentPage === 1
1318 nextButton.disabled = currentPage === totalPages
1319 }
1320
1321 function updatePageIndicator() {
1322 pageIndicator.textContent = `第 ${currentPage}/${totalPages} 页`

Callers 1

createReportUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected