The branch, master has been updated via 5811f3420687cb5b48b41a511cb2973254f2e17d (commit) from 67aefea2be50acb4d0d3a44d46c4ee563a1c8e35 (commit)
- Log ----------------------------------------------------------------- commit 5811f3420687cb5b48b41a511cb2973254f2e17d Author: Marc Delisle marc@infomarc.info Date: Mon Sep 27 12:31:46 2010 -0400
empty table name and number of columns from the minimal form
-----------------------------------------------------------------------
Summary of changes: js/functions.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/js/functions.js b/js/functions.js index f327884..03cf186 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(''); });
/**
hooks/post-receive