market revert back

This commit is contained in:
2026-04-28 23:28:13 +03:00
parent edd7666905
commit d952e7ca56
5 changed files with 8 additions and 34 deletions

View File

@@ -9,11 +9,6 @@ window.onCmdTypeChange = function() {
document.getElementById('amount-group').style.display = type === 'recruit' ? '' : 'none';
document.getElementById('market-options').style.display = type === 'market_offer' ? '' : 'none';
document.getElementById('research-options').style.display = type === 'research' ? '' : 'none';
// Refresh market capacity label whenever market tab is opened
if (type === 'market_offer' && window.renderTownDetails) {
window.renderTownDetails();
}
};
// Building emoji icons for the visual grid