mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 21:54:26 +02:00
fixing some more bugs
This commit is contained in:
parent
8ebb53b983
commit
94db9a3c7d
6 changed files with 37 additions and 11 deletions
|
@ -36,6 +36,8 @@ $(document).ready(function(){
|
|||
|
||||
gitEngine = new GitEngine();
|
||||
gitVisuals = new GitVisuals();
|
||||
|
||||
$('#commandTextField').focus();
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue