There are no dialogs for changing/adding columns of a table

This commit is contained in:
Rouslan Placella 2013-01-21 00:25:11 +00:00
parent 393e8cdc0a
commit fb6af7bafa

View File

@ -3864,11 +3864,6 @@ $(function () {
$("#sqlqueryresults").html(data.sql_query);
$("#result_query .notice").remove();
$("#result_query").prepend(data.message);
if ($("#change_column_dialog").length > 0) {
$("#change_column_dialog").dialog("close").remove();
} else if ($("#add_columns").length > 0) {
$("#add_columns").dialog("close").remove();
}
/* Reload the field form */
if ($("#fieldsForm").length) {
reloadFieldForm(data.message);