From 98c29ec25ce42f3ee5bd3c3eea2648d0dba3ce87 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 16 Jul 2010 14:59:20 +0000 Subject: [PATCH] a comment --- .../edit/forms/js/customFormWithAdvanceTypeSelection.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js b/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js index 8f7e551d..03121194 100644 --- a/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js +++ b/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js @@ -102,7 +102,7 @@ var customForm = { initFormTypeView: function() { - this.setType(); // empty any previous values + this.setType(); // empty any previous values (perhaps not needed) this.hideFields(this.fullViewOnly); this.button.hide(); this.requiredLegend.hide(); @@ -378,7 +378,7 @@ var customForm = { return; } - // creating new related individual + // Creating new related individual if (newOrExisting === 'new') { if (this.submitButtonTextType == 'compound') { // use == to tolerate nulls // e.g., 'Create Grant & Principal Investigator' @@ -388,7 +388,7 @@ var customForm = { this.button.val('Create ' + this.baseButtonText); } } - // using existing related individual + // Using existing related individual else { this.button.val('Add ' + this.baseButtonText); }