mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 18:24: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;
|
finishAnimationChain = deferred.promise;
|
||||||
Main.getEventBaton().trigger(
|
Main.getEventBaton().trigger(
|
||||||
'commandSubmitted',
|
'commandSubmitted',
|
||||||
'echo "level solved!"'
|
'echo "level solved! type in \'levels\' to access the next level"'
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
GlobalStateActions.changeIsAnimating(true);
|
GlobalStateActions.changeIsAnimating(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue