mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
Fixes Issue #4
This commit is contained in:
parent
1ad1ba24d2
commit
81c1d2402a
7 changed files with 24 additions and 6 deletions
|
@ -131,7 +131,7 @@ var init = function() {
|
|||
"help; levels"
|
||||
].join(''));
|
||||
});
|
||||
} else {
|
||||
} else if (!(/\?NODEMO/.test(window.location.href))) {
|
||||
sandbox.mainVis.customEvents.on('gitEngineReady', function() {
|
||||
eventBaton.trigger(
|
||||
'commandSubmitted',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue