mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
Rebuild for Issue #72
This commit is contained in:
parent
9a3c117532
commit
7d54a4d928
6 changed files with 310 additions and 1765 deletions
2064
build/bundle.js
2064
build/bundle.js
File diff suppressed because it is too large
Load diff
1
build/bundle.min.718d34c2.js
Normal file
1
build/bundle.min.718d34c2.js
Normal file
File diff suppressed because one or more lines are too long
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
|
@ -412,7 +412,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.ca78b51d.js"></script>
|
<script src="build/bundle.min.718d34c2.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
|
||||||
|
|
|
@ -53,7 +53,7 @@ var processLevelIndex = function() {
|
||||||
var genNameContext = function(sequence) {
|
var genNameContext = function(sequence) {
|
||||||
var name = intl.getIntlKey(sequence, 'displayName');
|
var name = intl.getIntlKey(sequence, 'displayName');
|
||||||
return [
|
return [
|
||||||
'This is a title of a level sequence "' + name + '" ',
|
'This is a title of a level sequence "' + name + '" '
|
||||||
].join('\n');
|
].join('\n');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -140,8 +140,7 @@ var printSeparator = function() {
|
||||||
'୧(﹒︠ᴗ﹒︡)୨',
|
'୧(﹒︠ᴗ﹒︡)୨',
|
||||||
'(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄',
|
'(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄',
|
||||||
'( •_•)σ',
|
'( •_•)σ',
|
||||||
'ಠ_ಠ',
|
'ಠ_ಠ'
|
||||||
'¯\(º_o)/¯'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
var index = Math.floor(Math.random() * emojis.length);
|
var index = Math.floor(Math.random() * emojis.length);
|
Loading…
Add table
Add a link
Reference in a new issue