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
|
# delay initial queue position, show connecting first
|
||||||
show = =>
|
show = =>
|
||||||
@onQueue data.position
|
@onQueue data
|
||||||
if @initialQueueDelay && !@onInitialQueueDelayId
|
if @initialQueueDelay && !@onInitialQueueDelayId
|
||||||
@onInitialQueueDelayId = setTimeout(show, @initialQueueDelay)
|
@onInitialQueueDelayId = setTimeout(show, @initialQueueDelay)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue