diff --git a/app/assets/javascripts/app/controllers/_application_controller.coffee b/app/assets/javascripts/app/controllers/_application_controller.coffee index 07645cbc2..9132145b2 100644 --- a/app/assets/javascripts/app/controllers/_application_controller.coffee +++ b/app/assets/javascripts/app/controllers/_application_controller.coffee @@ -469,7 +469,9 @@ class App.Controller extends Spine.Controller @userTicketPopupsList.popover('destroy') anyPopoversDestroy: -> - $('.popover').remove() + + # do not remove permanent .popover--notifications widget + $('.popover:not(.popover--notifications)').remove() recentView: (object, o_id) => params =