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


- Log -----------------------------------------------------------------
commit f2d1aa683292cc269966d56850e317dc2aae2cb4
Author: Rouslan Placella <[email protected]>
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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to