mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 02:34:38 +02:00
feat: update voucher management to use 'voucher_per_page' cookie for pagination settings
This commit is contained in:
parent
e0efb194bf
commit
944b4c82cb
3 changed files with 28 additions and 11 deletions
|
@ -329,7 +329,7 @@
|
|||
});
|
||||
|
||||
function changePerPage(select) {
|
||||
setCookie('per-page', select.value, 365);
|
||||
setCookie('voucher_per_page', select.value, 365);
|
||||
setTimeout(() => {
|
||||
location.reload();
|
||||
}, 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue