Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pootle server 2011-07-21 20:40:14 +02:00
commit 977490b5bc

View File

@ -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();
});
});
});