Explorar el Código

Stat tree edit (wip)

Vijayakrishnan hace 3 años
padre
commit
3f14d33dc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/stat-tree/stat-trees/sub/edit.blade.php

+ 1 - 1
resources/views/app/stat-tree/stat-trees/sub/edit.blade.php

@@ -124,7 +124,7 @@
                         data: treePayload
                     }, function (response) {
                         if(!hasResponseError(response)) {
-                            // toastr.success('Stat tree saved!');
+                            fastReload();
                         }
                     }, 'json');
                 }