[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-824-gbcc3ed1
Marc Delisle
lem9 at users.sourceforge.net
Sat Feb 19 23:47:15 CET 2011
The branch, master has been updated
via bcc3ed17a21fff47fc024af215a387709cf2c99d (commit)
from 8b76f42be2330646c473d6fc2d51a1c105b624fb (commit)
- Log -----------------------------------------------------------------
commit bcc3ed17a21fff47fc024af215a387709cf2c99d
Author: Marc Delisle <marc at infomarc.info>
Date: Sat Feb 19 17:47:05 2011 -0500
Temporary trick to add a spacer, feel free to improve...
-----------------------------------------------------------------------
Summary of changes:
js/sql.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/js/sql.js b/js/sql.js
index 2e896ee..3e6c974 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -203,6 +203,10 @@ $(document).ready(function() {
$link.siblings().slideToggle("fast");
if ($link.text() == PMA_messages['strHideQueryBox']) {
$link.text(PMA_messages['strShowQueryBox']);
+ // cheap trick to add a spacer between the menu tabs
+ // and "Show query box"; feel free to improve!
+ $('#togglequerybox_spacer').remove();
+ $link.before('<br id="togglequerybox_spacer" />');
} else {
$link.text(PMA_messages['strHideQueryBox']);
}
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list