[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11421-g4925260

Marc Delisle lem9 at users.sourceforge.net
Thu Jul 21 19:15:24 CEST 2011


The branch, master has been updated
       via  4925260d959d8bd7194b912ddd1317c71f7cc42b (commit)
      from  e62d62fa124328df9d22f4d1e794148325e8d207 (commit)


- Log -----------------------------------------------------------------
commit 4925260d959d8bd7194b912ddd1317c71f7cc42b
Author: Tyron Madlener <tyronx at gmail.com>
Date:   Thu Jul 21 13:15:12 2011 -0400

    Call to a renamed function

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

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

diff --git a/js/server_status.js b/js/server_status.js
index ac4071c..4a61bfe 100644
--- a/js/server_status.js
+++ b/js/server_status.js
@@ -368,7 +368,7 @@ $(function() {
         switch(tab.attr('id')) {
             case 'statustabs_traffic':
                 if(data != null) tab.find('.tabInnerContent').html(data);
-                initTooltips();
+                PMA_convertFootnotesToTooltips(); 
                 break;
             case 'statustabs_queries':
                 if(data != null) {
@@ -1677,4 +1677,4 @@ $(function() {
         $(this).hide();
     });
     
-});
\ No newline at end of file
+});


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list