Fixes Issue #26

This commit is contained in:
Peter Cottle 2013-02-17 10:19:13 -08:00
parent 54463c7b96
commit 09da420df0
5 changed files with 6 additions and 6 deletions

View file

@ -10341,7 +10341,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
if (options.nextLevel) {
markdowns = markdowns.concat([
'',
'Would you like to move onto "',
'Would you like to move onto "' +
nextLevelName + '", the next level?'
]);
} else {
@ -24940,7 +24940,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
if (options.nextLevel) {
markdowns = markdowns.concat([
'',
'Would you like to move onto "',
'Would you like to move onto "' +
nextLevelName + '", the next level?'
]);
} else {

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at:
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 downside? No raw logs to parse for analytics, so I have to include

View file

@ -447,7 +447,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
if (options.nextLevel) {
markdowns = markdowns.concat([
'',
'Would you like to move onto "',
'Would you like to move onto "' +
nextLevelName + '", the next level?'
]);
} else {