chat: fix merge #2
This commit is contained in:
parent
377910ce20
commit
45adb0a43d
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ do($ = window.jQuery, window) ->
|
|||
|
||||
# delay initial queue position, show connecting first
|
||||
show = =>
|
||||
@onQueue data.position
|
||||
@onQueue data
|
||||
if @initialQueueDelay && !@onInitialQueueDelayId
|
||||
@onInitialQueueDelayId = setTimeout(show, @initialQueueDelay)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue