Docker code optimizations

This commit is contained in:
bergware
2018-03-25 14:24:12 +02:00
parent 4c14cf4ee2
commit 2be8b2e0d5
2 changed files with 58 additions and 91 deletions
@@ -141,7 +141,7 @@ function eventControl(params, spin) {
if (spin) setTimeout(spin+'()',500); else location=window.location.href;
} else {
swal({
title:"Execution error",
title:"Execution error", html:true,
text:data.success, type:"error"
},function(){
if (spin) setTimeout(spin+'()',500); else location=window.location.href;