diff --git a/scipost/static/scipost/assets/js/notifications.js b/scipost/static/scipost/assets/js/notifications.js index a20d3a146c7ff98bf3ac7a5642dce137ecd2dd2b..12f6b849bbcea9efbd0ee7b546e9ea0995cc00f3 100644 --- a/scipost/static/scipost/assets/js/notifications.js +++ b/scipost/static/scipost/assets/js/notifications.js @@ -134,6 +134,10 @@ function initiate_popover() { }) .on('inserted.bs.popover', function() { $('body').trigger('notification_open_list'); + }) + .on('hide.bs.popover', function() { + // Bug: force removal of tooltip + $('body > .tooltip').remove(); }); }