Browse Source

try to reenable vmcreate after delete action

andre 4 years ago
parent
commit
3598763a81
1 changed files with 0 additions and 1 deletions
  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 () {