Recent tables: Additional fix for frame_navigation.PMA_reloadRecentTable() not found
This commit is contained in:
parent
889a047fbc
commit
a55873c987
@ -2288,7 +2288,9 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$('#update_recent_tables').ready(function() {
|
||||
if (window.parent.frame_navigation != undefined) {
|
||||
if (window.parent.frame_navigation != undefined
|
||||
&& window.parent.frame_navigation.PMA_reloadRecentTable != undefined)
|
||||
{
|
||||
window.parent.frame_navigation.PMA_reloadRecentTable();
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user