mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
[Origin] Implement basic git fetch force need to fix up animations
This commit is contained in:
parent
3a23973a9a
commit
6080d324ce
9 changed files with 468 additions and 73 deletions
|
@ -420,6 +420,7 @@ var Level = Sandbox.extend({
|
|||
finishAnimationChain
|
||||
.then(function() {
|
||||
if (!skipFinishDialog && nextLevel) {
|
||||
log.choseNextLevel(nextLevel.id);
|
||||
Main.getEventBaton().trigger(
|
||||
'commandSubmitted',
|
||||
'level ' + nextLevel.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue