Include the query too if we are in an ajax request.
This commit is contained in:
@@ -38,7 +38,7 @@ $(document).ready(function() {
|
||||
|
||||
PMA_ajaxShowMessage(data.message);
|
||||
window.parent.db = data.newname;
|
||||
$("#topmenucontainer").after(data.sqlquery);
|
||||
$("#topmenucontainer").after(data.sql_query);
|
||||
|
||||
$("<span>" + PMA_messages['strReloadDatabase'] + "?</span>").dialog({
|
||||
buttons: button_options
|
||||
|
Reference in New Issue
Block a user