1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-26 02:40:10 +00:00

update tooltip close conn

This commit is contained in:
gusaul 2019-04-02 17:14:51 +07:00
parent 2244c3aac2
commit 45be92dabd

View File

@ -208,6 +208,7 @@ $(".connections ul").on("click", "i", function(){
$parent.remove(); $parent.remove();
updateCountNum(); updateCountNum();
} }
$('[data-toggle="tooltip"]').tooltip('hide');
}, },
error: err, error: err,
beforeSend: function(xhr){ beforeSend: function(xhr){