[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1222-gb9364ac

Marc Delisle lem9 at users.sourceforge.net
Thu Apr 1 16:56:57 CEST 2010


The branch, master has been updated
       via  b9364ac3575bae4a2e3980487d804dfd49b45bcb (commit)
      from  14d12d1dedfd5b023e6385f3cbb0a2eb3a12b326 (commit)


- Log -----------------------------------------------------------------
commit b9364ac3575bae4a2e3980487d804dfd49b45bcb
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Apr 1 10:56:47 2010 -0400

    reverting as CSS in themes already deals with this issue

-----------------------------------------------------------------------

Summary of changes:
 js/functions.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 99cc5c5..045e55a 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("<textarea name=\"sql_query_edit\" id=\"sql_query_edit\">"+ $sql_query +"</textarea><input type=\"button\" id=\"btnSave\" value=\"" + PMA_messages['strGo'] + "\"><input type=\"button\" id=\"btnDiscard\" value=\"" + PMA_messages['strCancel'] + "\">");
-        // to help seeing the buttons without scrolling
-        $('#sql_query_edit').css({height: '6em', width: '75%'});
         return false;
     });
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list