[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1243-g0805f57

Michal Čihař nijel at users.sourceforge.net
Fri Apr 2 13:01:52 CEST 2010


The branch, master has been updated
       via  0805f5701eef84538f06d69a7802c6c2d9f4d7c6 (commit)
      from  a164ce48e564634a3d576df9ba43199f1ccfff5a (commit)


- Log -----------------------------------------------------------------
commit 0805f5701eef84538f06d69a7802c6c2d9f4d7c6
Author: Michal Čihař <mcihar at novell.com>
Date:   Fri Apr 2 13:00:45 2010 +0200

    Do all javascript updating after loading document.

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

Summary of changes:
 libraries/footer.inc.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php
index 7f7f344..deacb53 100644
--- a/libraries/footer.inc.php
+++ b/libraries/footer.inc.php
@@ -100,6 +100,7 @@ if (! empty($_SESSION['debug'])) {
 <?php
 if (empty($GLOBALS['error_message'])) {
     ?>
+jQuery(document).ready(function(){
 // updates current settings
 if (window.parent.setAll) {
     window.parent.setAll('<?php
@@ -154,6 +155,7 @@ if (window.parent.frame_content) {
     //window.parent.frame_content.setAttribute('name', 'frame_content');
     //window.parent.frame_content.setAttribute('id', 'frame_content');
 }
+});
 
 //]]>
 </script>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list