From d4dbb880d65bd75e02c272b70202be0a6b3e3b3e Mon Sep 17 00:00:00 2001 From: cTn Date: Fri, 14 Feb 2014 21:54:21 +0100 Subject: [PATCH] more cleanup --- tabs/cli.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tabs/cli.js b/tabs/cli.js index a47d30f3a5..330fb825b3 100644 --- a/tabs/cli.js +++ b/tabs/cli.js @@ -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);