more cleanup

10.3.x-maintenance
cTn 2014-02-14 21:54:21 +01:00
parent 40a30118a6
commit d4dbb880d6
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ function tab_initialize_cli() {
textarea.val(cli_history.next());
});
// handle smaller resolutions
if (screen.height <= 600) {
$('div.tab-cli .window').height(200);
}
// apply dynamic width to the textarea element according to cli window width (minus padding and border width)
$('div.tab-cli textarea').width($('div.tab-cli .window').outerWidth() - 7);