스크립트 기반을 WebPack + Babel + TypeScript + Vue3으로 변경 #191

Merged
Hide_D merged 122 commits from ts_convert into devel 2021-09-09 01:00:43 +09:00
Showing only changes of commit 445c7a0472 - Show all commits
+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');