mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changed query to join. Changed url again
This commit is contained in:
@@ -284,7 +284,7 @@ function initMap() {
|
||||
if (dxcc && supportedDxccs.includes(parseInt(dxcc))) {
|
||||
// Single country GeoJSON
|
||||
$.ajax({
|
||||
url: site_url + "/map/get_country_geojson/",
|
||||
url: base_url + "index.php/map/get_country_geojson/",
|
||||
type: 'post',
|
||||
data: { dxcc: dxcc },
|
||||
success: function(geojson) {
|
||||
|
||||
Reference in New Issue
Block a user