This commit is contained in:
Peter Cottle 2013-02-16 12:51:09 -08:00
parent 2a7b2583c6
commit e54b301007
4 changed files with 136 additions and 7 deletions

View file

@ -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];