mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
facebook page link and logging
This commit is contained in:
parent
740a94ccf6
commit
af3d440874
10 changed files with 59 additions and 7 deletions
|
@ -27,7 +27,8 @@ exports.levelSequences = {
|
|||
]
|
||||
};
|
||||
|
||||
if (window.location && window.location.href.indexOf('showRemote') !== -1) {
|
||||
if (typeof window !== 'undefined' && window.location &&
|
||||
window.location.href.indexOf('showRemote') !== -1) {
|
||||
exports.levelSequences.remote = [
|
||||
require('../../levels/remote/clone').level
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue