mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
hn crap
This commit is contained in:
parent
2a7b2583c6
commit
e54b301007
4 changed files with 136 additions and 7 deletions
|
@ -131,6 +131,16 @@ var init = function() {
|
|||
"help; levels"
|
||||
].join(''));
|
||||
});
|
||||
} else {
|
||||
sandbox.mainVis.customEvents.on('gitEngineReady', function() {
|
||||
eventBaton.trigger(
|
||||
'commandSubmitted',
|
||||
[
|
||||
"git help;",
|
||||
"delay 3000;",
|
||||
"help"
|
||||
].join(''));
|
||||
});
|
||||
}
|
||||
if (/command=/.test(window.location.href)) {
|
||||
var commandRaw = window.location.href.split('command=')[1].split('&')[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue