mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 10:14:28 +02:00
Resolves #642 -- explain how to access next level
This commit is contained in:
parent
44cc9cbbc4
commit
e2b76991ec
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ var Level = Sandbox.extend({
|
|||
finishAnimationChain = deferred.promise;
|
||||
Main.getEventBaton().trigger(
|
||||
'commandSubmitted',
|
||||
'echo "level solved!"'
|
||||
'echo "level solved! type in \'levels\' to access the next level"'
|
||||
);
|
||||
} else {
|
||||
GlobalStateActions.changeIsAnimating(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue