From 7e4cfec26c358c547be9df69eefbcbe200aeef67 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 7 Mar 2011 10:12:02 -0500 Subject: [PATCH] Bug #3201925 Multi-table operation after table create --- js/functions.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/functions.js b/js/functions.js index d7902462d..2484bc69c 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1804,11 +1804,9 @@ $(document).ready(function() { */ var new_last_row_id = 'checkbox_tbl_' + new_last_row_index; + data.new_table_string = data.new_table_string.replace(/checkbox_tbl_/, new_last_row_id); //append to table $(data.new_table_string) - .find('input:checkbox') - .val(new_last_row_id) - .end() .appendTo(tables_table); //Sort the table