This commit is contained in:
Marc Delisle 2011-06-27 07:32:14 -04:00
parent 1d9f5cdf73
commit f7157a5fc6

View File

@ -204,7 +204,7 @@ $(document).ready(function() {
});
/**
*Ajax action for submiting the column change form
*Ajax action for submitting the column change form
**/
$("#append_fields_form input[name=do_save_data].ajax").live('click', function(event) {
event.preventDefault();
@ -239,7 +239,7 @@ $(document).ready(function() {
} else {
$(temp_div).find("#fieldsForm").insertAfter(".error");
}
/*Call the fucntion to display the more options in table*/
/*Call the function to display the more options in table*/
displayMoreTableOpts();
});
} else {