chat: fix merge problem

This commit is contained in:
Felix Niklas 2015-11-12 15:20:07 +01:00
parent 77aeb271f8
commit 377910ce20

View file

@ -315,8 +315,8 @@ do($ = window.jQuery, window) ->
# show queue position # show queue position
show() show()
onQueue: (position) => onQueue: (data) =>
@log 'notice', 'onQueue', position @log 'notice', 'onQueue', data.position
@inQueue = true @inQueue = true
@setSessionId data.session_id @setSessionId data.session_id