Do not remove permanent .popover--notifications widget.
This commit is contained in:
parent
b0c14b81d5
commit
e6ea12c75c
1 changed files with 3 additions and 1 deletions
|
@ -469,7 +469,9 @@ class App.Controller extends Spine.Controller
|
||||||
@userTicketPopupsList.popover('destroy')
|
@userTicketPopupsList.popover('destroy')
|
||||||
|
|
||||||
anyPopoversDestroy: ->
|
anyPopoversDestroy: ->
|
||||||
$('.popover').remove()
|
|
||||||
|
# do not remove permanent .popover--notifications widget
|
||||||
|
$('.popover:not(.popover--notifications)').remove()
|
||||||
|
|
||||||
recentView: (object, o_id) =>
|
recentView: (object, o_id) =>
|
||||||
params =
|
params =
|
||||||
|
|
Loading…
Reference in a new issue