mirror of
https://github.com/myvesta/vesta
synced 2025-07-07 21:41:51 -07:00
export from svn
This commit is contained in:
commit
641ed97fdd
340 changed files with 32404 additions and 0 deletions
7
web/js/console.js
Normal file
7
web/js/console.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
App.Console.init = function(){
|
||||
|
||||
App.Refs.CONSOLE_INPUT.bind('keydown', function(evt){
|
||||
App.Console.Bash.detectCommand();
|
||||
});
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue