empty table name and number of columns from the minimal form

This commit is contained in:
Marc Delisle
2010-09-27 12:31:46 -04:00
parent 67aefea2be
commit 5811f34206

View File

@@ -2032,6 +2032,8 @@ $(document).ready(function() {
}); // end dialog options
}) // end $.get()
// empty table name and number of columns from the minimal form
$(this).find('input[name=table],input[name=num_fields]').val('');
});
/**