summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/forms/EventAdd.php')
-rw-r--r--application/forms/EventAdd.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index d225a41..ccc1d87 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -83,6 +83,7 @@ class Application_Form_EventAdd extends Zend_Form
));
$this->addElement('checkbox', 'repeat', array(
+ 'onchange' => 'changeRepeatEnd("repeat")',
'required' => false,
'label' => 'Repeat:',
'value'=>array(0,1),