mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fixed bug with trying to show challenger modals with no hash to indicate we should.
This commit is contained in:
parent
03abbc44cb
commit
34983059aa
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ module.exports = class LadderView extends RootView
|
|||
@insertSubView(@myMatchesTab = new MyMatchesTabView({}, @level, @sessions))
|
||||
@refreshInterval = setInterval(@fetchSessionsAndRefreshViews.bind(@), 10000)
|
||||
hash = document.location.hash[1..] if document.location.hash
|
||||
unless hash in ['my-matches', 'simulate', 'ladder']
|
||||
if hash and not (hash in ['my-matches', 'simulate', 'ladder'])
|
||||
@showPlayModal(hash) if @sessions.loaded
|
||||
|
||||
fetchSessionsAndRefreshViews: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue