Fixed bug in refresing the navigation after table operations
This commit is contained in:
parent
5ee97c7787
commit
3f7c35cd69
@ -2019,7 +2019,7 @@ $(document).ready(function() {
|
||||
$("#result_query").prepend((data.message));
|
||||
$("#copyTable").find("select[name='target_db'] option[value="+data.db+"]").attr('selected', 'selected');
|
||||
|
||||
//Refresh navigation frame as a new table has been added
|
||||
//Refresh navigation frame when the table is coppied
|
||||
if (window.parent && window.parent.frame_navigation) {
|
||||
window.parent.frame_navigation.location.reload();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user