mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-29 14:19:48 -04:00
Fixed showing the guide at the beginning of the level.... more.
This commit is contained in:
parent
ed60f5932f
commit
19184a88b0
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ module.exports = class PlayLevelView extends View
|
|||
|
||||
onLevelLoaderProgressChanged: ->
|
||||
return if @seenDocs
|
||||
return unless @levelLoader.session.loaded and @levelLoader.level.loaded
|
||||
return unless showFrequency = @levelLoader.level.get('showsGuide')
|
||||
session = @levelLoader.session
|
||||
diff = new Date().getTime() - new Date(session.get('created')).getTime()
|
||||
|
|
Loading…
Add table
Reference in a new issue