mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 18:24:28 +02:00
hn rage
This commit is contained in:
parent
35e8d98bd5
commit
1ad1ba24d2
7 changed files with 36 additions and 33 deletions
|
@ -6576,7 +6576,8 @@ var init = function() {
|
|||
[
|
||||
"git help;",
|
||||
"delay 1000;",
|
||||
"help"
|
||||
"help;",
|
||||
"levels"
|
||||
].join(''));
|
||||
});
|
||||
}
|
||||
|
@ -18327,15 +18328,6 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
|||
''
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
@ -18370,6 +18362,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
|||
' * build level'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
||||
|
||||
|
@ -18632,7 +18633,8 @@ var init = function() {
|
|||
[
|
||||
"git help;",
|
||||
"delay 1000;",
|
||||
"help"
|
||||
"help;",
|
||||
"levels"
|
||||
].join(''));
|
||||
});
|
||||
}
|
||||
|
@ -18766,15 +18768,6 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
|||
''
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
@ -18809,6 +18802,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
|||
' * build level'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Levels',
|
||||
'',
|
||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue