mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
Rebuild for Issue #72
This commit is contained in:
parent
9a3c117532
commit
7d54a4d928
6 changed files with 310 additions and 1765 deletions
|
@ -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