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;
});
});