Files
VestaCP/web/js/console.js
Serghey Rodin 641ed97fdd export from svn
2011-06-14 00:22:25 +03:00

8 lines
147 B
JavaScript

App.Console.init = function(){
App.Refs.CONSOLE_INPUT.bind('keydown', function(evt){
App.Console.Bash.detectCommand();
});
}