Merge small change to customForm.js into trunk

This commit is contained in:
rjy7 2010-04-09 16:42:14 +00:00
parent 29d30111a3
commit be6c40510b

View file

@ -151,7 +151,8 @@ var customForm = {
customForm.addNew.hide(); customForm.addNew.hide();
customForm.entry.hide(); customForm.entry.hide();
customForm.requiredLegend.hide(); customForm.requiredLegend.hide();
customForm.button.hide(); customForm.or.hide(); customForm.button.hide();
customForm.or.hide();
// Assign event listeners // Assign event listeners
customForm.existingSelect.bind('change', function() { customForm.existingSelect.bind('change', function() {