diff --git a/ChangeLog b/ChangeLog index 23d1c4e3..9c544232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ problem with menu showing. * Fixed bug with empty directorys. If directory was empty, we could not go in. + * Removed packed versions of files, uglifing would be doing on-a-fly diff --git a/lib/client/terminal.js b/lib/client/terminal.js index 17b0700a..4358d07e 100644 --- a/lib/client/terminal.js +++ b/lib/client/terminal.js @@ -107,8 +107,7 @@ var CloudCommander, $; Term.pause(); }; - - + /** * function bind keys */