js2ts: extExpandCity
- 이부분은 완벽히 새로만들어야 하므로 유지
This commit is contained in:
@@ -228,7 +228,7 @@ $(function () {
|
||||
|
||||
const enabled = cityInfo[typeName] && userInfo[typeName];
|
||||
const cityVal = cityInfo.val;
|
||||
const $btn = $('<button type="button">' + typeName.substr(1, 1) + '</button>');
|
||||
const $btn = $('<button type="button">' + typeName.substr(0, 1) + '</button>');
|
||||
$btn.addClass(`mode_${level}`);
|
||||
$btn.addClass('for_duty');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user