2023.01.26 (02. 애니라이프 bug fixed)

This commit is contained in:
2023-01-26 20:42:31 +09:00
parent d6c786034e
commit 8c95e1197e

View File

@@ -378,6 +378,7 @@
$.notify("<strong>분석 실패</strong><br>" + ret.log, { $.notify("<strong>분석 실패</strong><br>" + ret.log, {
type: "warning", type: "warning",
}); });
dismissLoadingScreen()
} }
}, },
}); });
@@ -429,6 +430,7 @@
make_program(ret.data) make_program(ret.data)
} else { } else {
$.notify('<strong>분석 실패</strong><br>' + ret.log, {type: 'warning'}); $.notify('<strong>분석 실패</strong><br>' + ret.log, {type: 'warning'});
dismissLoadingScreen()
} }
} }
}); });