summaryrefslogtreecommitdiffstats
path: root/application/forms
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-08 18:08:31 +0200
committerSebastian Wagner2011-09-08 18:08:31 +0200
commit06bf656b0f06454e96a45ffe55a362f905e54944 (patch)
tree8d6290a3abd33f8c51d71e4daeb15cf80e419fa2 /application/forms
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-06bf656b0f06454e96a45ffe55a362f905e54944.tar.gz
poolctrl-06bf656b0f06454e96a45ffe55a362f905e54944.tar.xz
poolctrl-06bf656b0f06454e96a45ffe55a362f905e54944.zip
some bug fixes
Diffstat (limited to 'application/forms')
-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 ed62d74..e61dcd1 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -216,6 +216,7 @@ class Application_Form_EventAdd extends Zend_Form
echo '<script type="text/javascript">
addeventcategoryfieldChanged("category");
+ immediateChanged("immediate");
$(function() {
$("#start").datetimepicker();
$("#end").datetimepicker();