Recent tables: Fix for frame_navigation reference not found
This commit is contained in:
parent
cc7eade6a5
commit
e98446c6c9
@ -2287,9 +2287,11 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$('#update_recent_tables').ready(function() {
|
||||
$('#update_recent_tables').ready(function() {
|
||||
if (window.parent.frame_navigation != undefined) {
|
||||
window.parent.frame_navigation.PMA_reloadRecentTable();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
}) // end of $(document).ready()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user