[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_6RC1-20770-gf2d1aa6

Marc Delisle lem9 at users.sourceforge.net
Sun Oct 9 21:28:56 CEST 2011


The branch, master has been updated
       via  f2d1aa683292cc269966d56850e317dc2aae2cb4 (commit)
      from  8945a2a614cd4d62a462da339b3e8dd099f3115e (commit)


- Log -----------------------------------------------------------------
commit f2d1aa683292cc269966d56850e317dc2aae2cb4
Author: Rouslan Placella <rouslan at placella.com>
Date:   Sun Oct 9 15:27:55 2011 -0400

    Need to call PMA_createTableDialog() in the context of frame_content,
    in order for the qtip tooltips to work

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

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

diff --git a/js/navigation.js b/js/navigation.js
index 724d9f9..af5146a 100644
--- a/js/navigation.js
+++ b/js/navigation.js
@@ -229,8 +229,12 @@ $(document).ready(function(){
         var div = parent.frame_content.$('<div id="create_table_dialog"></div>');
         var target = "tbl_create.php";
 
-        /*Calling to the createTableDialog function*/
-        PMA_createTableDialog(div , url , target);
+        /*
+         * Calling to the createTableDialog function
+         * (needs to be done in the context of frame_content in order
+         *  for the qtip tooltips to work)
+         * */
+        parent.frame_content.PMA_createTableDialog(div , url , target);
     });//end of create new table
 });//end of document get ready
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list