Kanggu Park 4 سال پیش
والد
کامیت
1cdb23ca3b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      BemsWebApplication.Desktop/views/09_energy_control/simulator_ice_storage/simulator_ice_storage.js

+ 2 - 2
BemsWebApplication.Desktop/views/09_energy_control/simulator_ice_storage/simulator_ice_storage.js

@@ -496,8 +496,8 @@
 
 
     function handlePopupButtonSave() {
     function handlePopupButtonSave() {
         var now_date = new Date();
         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 {
         else {
             // 0, 4, 8, 12 ...초 시간에만 동작
             // 0, 4, 8, 12 ...초 시간에만 동작