mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 00:00:59 +02:00
Fixes Issue #26
This commit is contained in:
parent
54463c7b96
commit
09da420df0
5 changed files with 6 additions and 6 deletions
|
@ -10341,7 +10341,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
|
||||||
if (options.nextLevel) {
|
if (options.nextLevel) {
|
||||||
markdowns = markdowns.concat([
|
markdowns = markdowns.concat([
|
||||||
'',
|
'',
|
||||||
'Would you like to move onto "',
|
'Would you like to move onto "' +
|
||||||
nextLevelName + '", the next level?'
|
nextLevelName + '", the next level?'
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
@ -24940,7 +24940,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
|
||||||
if (options.nextLevel) {
|
if (options.nextLevel) {
|
||||||
markdowns = markdowns.concat([
|
markdowns = markdowns.concat([
|
||||||
'',
|
'',
|
||||||
'Would you like to move onto "',
|
'Would you like to move onto "' +
|
||||||
nextLevelName + '", the next level?'
|
nextLevelName + '", the next level?'
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -409,7 +409,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.ceebe29d.js"></script>
|
<script src="build/bundle.min.3fefd061.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
|
@ -447,7 +447,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
|
||||||
if (options.nextLevel) {
|
if (options.nextLevel) {
|
||||||
markdowns = markdowns.concat([
|
markdowns = markdowns.concat([
|
||||||
'',
|
'',
|
||||||
'Would you like to move onto "',
|
'Would you like to move onto "' +
|
||||||
nextLevelName + '", the next level?'
|
nextLevelName + '", the next level?'
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue