mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-21 19:25:24 +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'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
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'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
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