mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
hn rage
This commit is contained in:
parent
8e8bb1600d
commit
e18b2cf2bf
5 changed files with 51 additions and 3 deletions
|
@ -18354,6 +18354,22 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
||||||
' * merge'
|
' * merge'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Sharing is caring!',
|
||||||
|
'',
|
||||||
|
'Share trees with your friends via',
|
||||||
|
'',
|
||||||
|
' * export tree',
|
||||||
|
' * import tree',
|
||||||
|
'',
|
||||||
|
'Have a great lesson to share? Try building a level with',
|
||||||
|
'',
|
||||||
|
' * build level'
|
||||||
|
]
|
||||||
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
||||||
|
@ -18777,6 +18793,22 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
||||||
' * merge'
|
' * merge'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Sharing is caring!',
|
||||||
|
'',
|
||||||
|
'Share trees with your friends via',
|
||||||
|
'',
|
||||||
|
' * export tree',
|
||||||
|
' * import tree',
|
||||||
|
'',
|
||||||
|
'Have a great lesson to share? Try building a level with',
|
||||||
|
'',
|
||||||
|
' * build level'
|
||||||
|
]
|
||||||
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
||||||
|
|
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.b0179df7.js"></script>
|
<script src="build/bundle.min.b5afe603.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
|
||||||
|
|
|
@ -59,5 +59,21 @@ exports.dialog = [{
|
||||||
' * merge'
|
' * merge'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Sharing is caring!',
|
||||||
|
'',
|
||||||
|
'Share trees with your friends via',
|
||||||
|
'',
|
||||||
|
' * export tree',
|
||||||
|
' * import tree',
|
||||||
|
'',
|
||||||
|
'Have a great lesson to share? Try building a level with',
|
||||||
|
'',
|
||||||
|
' * build level'
|
||||||
|
]
|
||||||
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue