From 45be92dabde3eeeebfabf0577bcb9dacd13bbcfd Mon Sep 17 00:00:00 2001 From: gusaul Date: Tue, 2 Apr 2019 17:14:51 +0700 Subject: [PATCH] update tooltip close conn --- index/js/style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index/js/style.js b/index/js/style.js index eb04372..31b394b 100644 --- a/index/js/style.js +++ b/index/js/style.js @@ -208,6 +208,7 @@ $(".connections ul").on("click", "i", function(){ $parent.remove(); updateCountNum(); } + $('[data-toggle="tooltip"]').tooltip('hide'); }, error: err, beforeSend: function(xhr){