mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-05 03:38:42 +02:00
Update PowerHuntShares.psm1
This commit is contained in:
parent
45ad9af097
commit
8d06bf7a4f
@ -11548,7 +11548,7 @@ function createEllipsis(pagination) {
|
|||||||
|
|
||||||
function createNavigationArrows(pagination, pageCount, tableId, paginationId) {
|
function createNavigationArrows(pagination, pageCount, tableId, paginationId) {
|
||||||
const nextButton = document.createElement('button');
|
const nextButton = document.createElement('button');
|
||||||
nextButton.textContent = '→';
|
nextButton.textContent = '\u2192';
|
||||||
nextButton.classList.add('pagination-button');
|
nextButton.classList.add('pagination-button');
|
||||||
nextButton.addEventListener('click', () => {
|
nextButton.addEventListener('click', () => {
|
||||||
if (currentPage < pageCount) {
|
if (currentPage < pageCount) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user