Pavel Loginov 2020-07-21 08:44:13 +02:00
parent 4d5f32d86d
commit 77f7c142dd
1 changed files with 2 additions and 2 deletions

View File

@ -898,11 +898,11 @@ function addNewSmonServer() {
setTimeout(function() { setTimeout(function() {
$( ".newserver" ).removeClass( "update" ); $( ".newserver" ).removeClass( "update" );
}, 2500 ); }, 2500 );
clearTips();
$( "#smon-add-table" ).dialog("close" );
} }
} }
} ); } );
clearTips();
$( "#smon-add-table" ).dialog("close" );
} }
} }
function addUser() { function addUser() {