Explorar el Código

try to reenable vmcreate after delete action

andre hace 4 años
padre
commit
1db5f7b401
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/UI/Client/Templates/assets/js/vm/index.js

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

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