1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-25 09:50: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();
updateCountNum();
}
$('[data-toggle="tooltip"]').tooltip('hide');
},
error: err,
beforeSend: function(xhr){