Skip to content

Commit

Permalink
enable gadm for base map after fetch request
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Dec 16, 2024
1 parent 38e62f7 commit bf7ce05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions seshat/apps/core/templates/core/polity_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,7 @@ <h2>How to use Seshat Maps</h2>
};
});

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

Expand Down

0 comments on commit bf7ce05

Please sign in to comment.