[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1982-g6c938c0

Marc Delisle lem9 at users.sourceforge.net
Wed May 25 14:16:01 CEST 2011


The branch, master has been updated
       via  6c938c0f7339b7c7263e0b0e7e055254827b0b1b (commit)
      from  13f09c03cfa37ba3f05fde015826ce4893158293 (commit)


- Log -----------------------------------------------------------------
commit 6c938c0f7339b7c7263e0b0e7e055254827b0b1b
Author: Aris Feryanto <aris_feryanto at yahoo.com>
Date:   Wed May 25 09:08:18 2011 +0700

    Recent tables: Fix for frame_navigation reference not found

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

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

diff --git a/js/functions.js b/js/functions.js
index f745e8c..0380a3d 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -2287,9 +2287,11 @@ $(document).ready(function() {
             }
         });
 
-        $('#update_recent_tables').ready(function() {
+    $('#update_recent_tables').ready(function() {
+        if (window.parent.frame_navigation != undefined) {
             window.parent.frame_navigation.PMA_reloadRecentTable();
-        });
+        }
+    });
 
 }) // end of $(document).ready()
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list