From bf7ce055686568ecdb7001392710e8c6854ebd27 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 16 Dec 2024 14:28:39 +0000 Subject: [PATCH] enable gadm for base map after fetch request --- seshat/apps/core/templates/core/polity_map.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/seshat/apps/core/templates/core/polity_map.html b/seshat/apps/core/templates/core/polity_map.html index eb4fd38fc..c2416a894 100644 --- a/seshat/apps/core/templates/core/polity_map.html +++ b/seshat/apps/core/templates/core/polity_map.html @@ -303,9 +303,7 @@

How to use Seshat Maps

}; }); - // Enable the radio selection after the fetch request is done - document.getElementById('baseMapCurrentLoadingIndicator').style.display = 'none'; - document.getElementById('baseMapCurrent').disabled = false; + document.getElementById('baseMap').options[4].disabled = false; }); });