Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
977490b5bc
@ -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();
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user