The branch, master has been updated via 4925260d959d8bd7194b912ddd1317c71f7cc42b (commit) from e62d62fa124328df9d22f4d1e794148325e8d207 (commit)
- Log ----------------------------------------------------------------- commit 4925260d959d8bd7194b912ddd1317c71f7cc42b Author: Tyron Madlener tyronx@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