mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Use existing 'QSO count' constant in dashboard map too
This commit is contained in:
@@ -830,7 +830,9 @@ function showActivatorsMap(call, count, grids) {
|
||||
<?php } else { ?>
|
||||
var grid = "No";
|
||||
<?php } ?>
|
||||
initmap(grid,'map',{'dataPost':{'nb_qso':'18'}});
|
||||
|
||||
<?php printf("var dashboard_qso_count = '%d';", Dashboard::LAST_QSOS_COUNT) ?>
|
||||
initmap(grid,'map',{'dataPost':{'nb_qso': dashboard_qso_count}});
|
||||
|
||||
<?php if ($is_first_login ?? false) : ?>
|
||||
$('#firstLoginWizardModal').modal('show');
|
||||
|
||||
Reference in New Issue
Block a user