Fixed position in view.
This commit is contained in:
parent
9066ef64b8
commit
275ab9a931
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ do($ = window.jQuery, window) ->
|
|||
@onConnectionEstablished pipe.data.agent
|
||||
when 'chat_session_queue'
|
||||
@sessionId = pipe.data.session_id
|
||||
@onQueueScreen pipe.data.position
|
||||
@onQueueScreen pipe.data
|
||||
when 'chat_session_closed'
|
||||
@onSessionClosed pipe.data
|
||||
when 'chat_session_left'
|
||||
|
|
Loading…
Reference in a new issue