The branch, master has been updated
via bcc3ed17a21fff47fc024af215a387709cf2c99d (commit)
from 8b76f42be2330646c473d6fc2d51a1c105b624fb (commit)
- Log -----------------------------------------------------------------
commit bcc3ed17a21fff47fc024af215a387709cf2c99d
Author: Marc Delisle <[email protected]>
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
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git