Refresh navigation after copying database (bug #3081099, patch# 3091778).

This commit is contained in:
Aamir Khan
2010-11-12 09:33:13 +01:00
committed by Michal Čihař
parent eded70577e
commit e78e42a31b

View File

@@ -93,7 +93,8 @@ $(document).ready(function() {
if( $("#checkbox_switch").is(":checked")) {
window.parent.db = data.newname;
window.parent.refreshMain();
}
window.parent.refreshNavigation();
}
}
else {
PMA_ajaxShowMessage(data.error);
@@ -123,4 +124,4 @@ $(document).ready(function() {
}) // end $.get()
}) // end change charset
}, 'top.frame_content');
}, 'top.frame_content');