Merge small change to customForm.js into trunk
This commit is contained in:
parent
29d30111a3
commit
be6c40510b
1 changed files with 2 additions and 1 deletions
|
@ -151,7 +151,8 @@ var customForm = {
|
|||
customForm.addNew.hide();
|
||||
customForm.entry.hide();
|
||||
customForm.requiredLegend.hide();
|
||||
customForm.button.hide(); customForm.or.hide();
|
||||
customForm.button.hide();
|
||||
customForm.or.hide();
|
||||
|
||||
// Assign event listeners
|
||||
customForm.existingSelect.bind('change', function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue