js2ts: extExpandCity

- 이부분은 완벽히 새로만들어야 하므로 유지
This commit is contained in:
2021-08-27 03:39:59 +09:00
parent 7257491d8b
commit 15f9faa2fa
+1 -1
View File
@@ -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');