mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
ok demo nice
This commit is contained in:
parent
22605249ce
commit
4c837f7d92
4 changed files with 30 additions and 18 deletions
|
@ -59,7 +59,7 @@ var Level = Sandbox.extend({
|
|||
|
||||
// if there is a multiview in the beginning, open that
|
||||
// and let it resolve our deferred
|
||||
if (this.level.startDialog) {
|
||||
if (this.level.startDialog && !this.testOption('noIntroDialog')) {
|
||||
new MultiView(_.extend(
|
||||
{},
|
||||
this.level.startDialog,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue