mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +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:
|
||||
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 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 name = intl.getIntlKey(sequence, 'displayName');
|
||||
return [
|
||||
'This is a title of a level sequence "' + name + '" ',
|
||||
'This is a title of a level sequence "' + name + '" '
|
||||
].join('\n');
|
||||
};
|
||||
|
||||
|
@ -140,8 +140,7 @@ var printSeparator = function() {
|
|||
'୧(﹒︠ᴗ﹒︡)୨',
|
||||
'(̿▀̿ ̿Ĺ̯̿̿▀̿ ̿)̄',
|
||||
'( •_•)σ',
|
||||
'ಠ_ಠ',
|
||||
'¯\(º_o)/¯'
|
||||
'ಠ_ಠ'
|
||||
];
|
||||
|
||||
var index = Math.floor(Math.random() * emojis.length);
|
Loading…
Add table
Add a link
Reference in a new issue