summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/add.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/add.phtml')
-rwxr-xr-xapplication/views/scripts/event/add.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
index e65720f..c69ded2 100755
--- a/application/views/scripts/event/add.phtml
+++ b/application/views/scripts/event/add.phtml
@@ -17,9 +17,9 @@ echo "</script>";
echo $this->addForm;
echo '<script type="text/javascript">';
if(isset($this->params['add'])) {
- echo 'addeventcategoryfieldChanged("category", bootosIDs);\n';
-} else {
echo 'addeventcategoryfieldChanged("category", bootosIDs, true);\n';
+} else {
+ echo 'addeventcategoryfieldChanged("category", bootosIDs);\n';
}
echo 'immediateChanged("immediate", bootosIDs);
$(function() {