From b9364ac3575bae4a2e3980487d804dfd49b45bcb Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 1 Apr 2010 10:56:47 -0400 Subject: [PATCH] reverting as CSS in themes already deals with this issue --- js/functions.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/functions.js b/js/functions.js index 99cc5c587..045e55aae 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1667,8 +1667,6 @@ $(document).ready(function(){ $token=$("input[name='token']").val(); $sql_query=$("input[name='sql_query']").val(); $(".syntax").replaceWith(""); - // to help seeing the buttons without scrolling - $('#sql_query_edit').css({height: '6em', width: '75%'}); return false; });