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


- Log -----------------------------------------------------------------
commit 4925260d959d8bd7194b912ddd1317c71f7cc42b
Author: Tyron Madlener <[email protected]>
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

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to