From 5811f3420687cb5b48b41a511cb2973254f2e17d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 27 Sep 2010 12:31:46 -0400 Subject: [PATCH] empty table name and number of columns from the minimal form --- js/functions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/functions.js b/js/functions.js index f3278843b..03cf18690 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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(''); }); /**