fix 3
This commit is contained in:
@@ -9,6 +9,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user