소스 검색

try to refresh form after action

andre 4 년 전
부모
커밋
33b033103c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Client/Templates/assets/js/vm/index.js

+ 1 - 1
app/UI/Client/Templates/assets/js/vm/index.js

@@ -92,7 +92,7 @@ function mgLocationReload(data) {
 }
 
 function mgLocationReloadDelay(data) {
-    setTimeout(function(){ window.location.reload(); }, 2000);
+    setTimeout(function(){ window.location.reload(); }, 3000);
 }
 
 /* VM delete done*/