misc: lint warning, 불필요 파일 정리

This commit is contained in:
2021-09-18 03:49:04 +09:00
parent 8660e8cd85
commit 3fd8b21867
7 changed files with 10 additions and 221 deletions
+3 -3
View File
@@ -893,7 +893,7 @@ $(function ($) {
}
showBattleResult(result);
}, function (result) {
}, function () {
alert('전투 개시 실패!');
});
}
@@ -933,7 +933,7 @@ $(function ($) {
}
reorderDefender(result.order);
}, function (result) {
}, function () {
alert('재정렬 실패!');
});
}
@@ -968,7 +968,7 @@ $(function ($) {
});
$('#importModal').on('show.bs.modal', function (e) {
$('#importModal').on('show.bs.modal', function () {
if (!initGeneralList) {
const $list = $('#modalSelector');