Update application/views/visitor/layout/footer.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
这个提交包含在:
父节点
8e21408bef
当前提交
ec31179cc6
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -61,7 +61,6 @@
|
||||||
var page = Math.floor(offset / per_page) + 1;
|
var page = Math.floor(offset / per_page) + 1;
|
||||||
|
|
||||||
// Refresh map with new page data
|
// Refresh map with new page data
|
||||||
console.log('Pagination clicked, refreshing map for page:', page, 'offset:', offset);
|
|
||||||
if (typeof askForPlots === 'function') {
|
if (typeof askForPlots === 'function') {
|
||||||
askForPlots(qso_loc, {
|
askForPlots(qso_loc, {
|
||||||
dataPost: { page: page },
|
dataPost: { page: page },
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用