* move to session screen
This commit is contained in:
parent
19223e96e6
commit
72e3ed165b
|
|
@ -1155,7 +1155,7 @@ ConfigureTracksActions = @ConfigureTracksActions
|
|||
sessionId = data["id"]
|
||||
|
||||
if sessionId != @currentSessionId
|
||||
@onJoinSession(sessionId)
|
||||
window.location = "/client#/session/" + sessionId
|
||||
else
|
||||
logger.debug("dropped #{op} because sessionId #{sessionId} matches currentSessionId")
|
||||
else if op == "leave"
|
||||
|
|
|
|||
Loading…
Reference in New Issue