summaryrefslogtreecommitdiffstats
path: root/application/forms/EventEdit.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/forms/EventEdit.php')
-rw-r--r--application/forms/EventEdit.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index 658e3fa..2a93a31 100644
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -114,9 +114,10 @@ class Application_Form_EventEdit extends Zend_Form
));
} else {
$this->addElement('checkbox', 'repeat', array(
- 'required' => false,
- 'label' => 'Repeat:',
- 'value'=>array(0,1),
+ 'onchange' => 'changeRepeatEnd("repeat")',
+ 'required' => false,
+ 'label' => 'Repeat:',
+ 'value'=>array(0,1),
));
}