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.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
index a84e8b5..b8b0555 100755
--- a/application/views/scripts/event/add.phtml
+++ b/application/views/scripts/event/add.phtml
@@ -13,10 +13,10 @@ if(isset($this->bootoslist)) {
echo "<script type=\"text/javascript\">";
$ids = implode(", ", $bootosIDs);
echo "var bootosIDs = new Array(" . $ids . ");\n";
-echo "bootosfieldChanged(\"pbs_bootosID\", bootosIDs);\n";
echo "</script>";
echo $this->addForm;
echo '<script type="text/javascript">
+ bootosfieldChanged("pbs_bootosID", bootosIDs);
addeventcategoryfieldChanged("category", bootosIDs);
immediateChanged("immediate");
$(function() {