|
@@ -496,8 +496,8 @@
|
|
|
|
|
|
function handlePopupButtonSave() {
|
|
|
var now_date = new Date();
|
|
|
- if (now_date.getHours() != 0 && now_date.getMinutes() % 15 == 1 && now_date.getSeconds() > 0 && now_date.getSeconds() < 40) {
|
|
|
- utils.toast.show('데이터 모델이 업데이트 중입니다. 잠시후 다시 시도해주세요. (약 40초 소요 예정)', 'error');
|
|
|
+ if (now_date.getHours() != 0 && now_date.getMinutes() % 15 == 1) {
|
|
|
+ utils.toast.show('데이터 모델이 업데이트 중입니다. 잠시후 다시 시도해주세요. (약 1분 소요 예정)', 'error');
|
|
|
}
|
|
|
else {
|
|
|
// 0, 4, 8, 12 ...초 시간에만 동작
|