From 77f7c142dd3bce5e0c10b53e91a9437a13e704c8 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Tue, 21 Jul 2020 08:44:13 +0200 Subject: [PATCH] v4.4.0.0 Changelog: https://haproxy-wi.org/changelog.py#4_4 --- inc/users.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/users.js b/inc/users.js index 6b6445b8..d1fd2e01 100644 --- a/inc/users.js +++ b/inc/users.js @@ -898,11 +898,11 @@ function addNewSmonServer() { setTimeout(function() { $( ".newserver" ).removeClass( "update" ); }, 2500 ); + clearTips(); + $( "#smon-add-table" ).dialog("close" ); } } } ); - clearTips(); - $( "#smon-add-table" ).dialog("close" ); } } function addUser() {