The branch, master has been updated
       via  4d15c3d1205895b7eccfbcc79a0760c15c71724a (commit)
      from  b57e186331d2f1abeff9febbf8f9933d906eb029 (commit)


- Log -----------------------------------------------------------------
commit 4d15c3d1205895b7eccfbcc79a0760c15c71724a
Author: Michal Čihař <[email protected]>
Date:   Mon Aug 8 14:17:10 2011 +0200

    Remove debugging code, adjust coding style

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

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

diff --git a/js/functions.js b/js/functions.js
index 008dcf2..9eb1244 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -3116,8 +3116,12 @@ $(document).ready(function() {
     /**
      * Theme selector.
      */
-    $('a.themeselect').live('click',function(e) {
-        window.open(e.target + '?foo=bar', 
'themes','left=10,top=20,width=510,height=350,scrollbars=yes,status=yes,resizable=yes');
+    $('a.themeselect').live('click', function(e) {
+        window.open(
+            e.target,
+            'themes',
+            
'left=10,top=20,width=510,height=350,scrollbars=yes,status=yes,resizable=yes'
+            );
         return false;
     });
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to