fix that waitingCustomer popover would animate
This commit is contained in:
parent
bd95378ebe
commit
6bd85db5f0
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,7 @@ class App.CustomerChat extends App.Controller
|
||||||
animation: false
|
animation: false
|
||||||
delay: 0
|
delay: 0
|
||||||
placement: 'bottom'
|
placement: 'bottom'
|
||||||
|
container: 'body' # place in body do prevent it from animating
|
||||||
title: ->
|
title: ->
|
||||||
App.i18n.translateContent('Waiting Customers')
|
App.i18n.translateContent('Waiting Customers')
|
||||||
content: =>
|
content: =>
|
||||||
|
@ -134,6 +135,7 @@ class App.CustomerChat extends App.Controller
|
||||||
animation: false
|
animation: false
|
||||||
delay: 0
|
delay: 0
|
||||||
placement: 'bottom'
|
placement: 'bottom'
|
||||||
|
container: 'body'
|
||||||
title: ->
|
title: ->
|
||||||
App.i18n.translateContent('Chatting Customers')
|
App.i18n.translateContent('Chatting Customers')
|
||||||
content: =>
|
content: =>
|
||||||
|
@ -146,6 +148,7 @@ class App.CustomerChat extends App.Controller
|
||||||
animation: false
|
animation: false
|
||||||
delay: 0
|
delay: 0
|
||||||
placement: 'bottom'
|
placement: 'bottom'
|
||||||
|
container: 'body'
|
||||||
title: ->
|
title: ->
|
||||||
App.i18n.translateContent('Active Agents')
|
App.i18n.translateContent('Active Agents')
|
||||||
content: =>
|
content: =>
|
||||||
|
|
Loading…
Reference in a new issue