market implement
This commit is contained in:
@@ -7,6 +7,7 @@ window.onCmdTypeChange = function() {
|
||||
document.getElementById('build-options').style.display = type === 'build' ? '' : 'none';
|
||||
document.getElementById('recruit-options').style.display = type === 'recruit' ? '' : 'none';
|
||||
document.getElementById('amount-group').style.display = type === 'recruit' ? '' : 'none';
|
||||
document.getElementById('market-options').style.display = type === 'market_offer' ? '' : 'none';
|
||||
};
|
||||
|
||||
window.renderBuildingDropdown = function() {
|
||||
|
||||
Reference in New Issue
Block a user