소스 검색

try to reenable vmcreate after delete action

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

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

@@ -97,7 +97,6 @@ function pcVmDeltedAjaxDone(data) {
     {
         window.location.href = data.htmlData.redirectUrl;
     }
-    setTimeout(window.location.reload(), 1000);
 }
 
 $(document).ready(function () {