summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/edit.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-18 09:41:41 +0200
committerBjörn Geiger2011-10-18 09:41:41 +0200
commit968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625 (patch)
tree3c83e61992b225fbfcf3f51330ac6741cd92c398 /application/views/scripts/event/edit.phtml
parentweitere korrektur (diff)
downloadpoolctrl-968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625.tar.gz
poolctrl-968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625.tar.xz
poolctrl-968cf80bef3e5ff5ffe9b113d2e765eeb2a5c625.zip
Edit funktioniert wieder
Diffstat (limited to 'application/views/scripts/event/edit.phtml')
-rwxr-xr-xapplication/views/scripts/event/edit.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/edit.phtml b/application/views/scripts/event/edit.phtml
index 7eb6d61..81aca58 100755
--- a/application/views/scripts/event/edit.phtml
+++ b/application/views/scripts/event/edit.phtml
@@ -13,10 +13,10 @@ if(isset($this->bootoslist)) {
echo "<script type=\"text/javascript\">";
$ids = implode(", ", $bootosIDs);
echo "bootosIDs = new Array(" . $ids . ");\n";
-echo "bootosfieldChanged(\"pbs_bootosID\", bootosIDs);\n";
echo "</script>";
echo $this->editForm;
echo '<script type="text/javascript">
+ bootosfieldChanged("pbs_bootosID", bootosIDs);
$(function() {
$("#start").datetimepicker({
dateFormat: "mm/dd/yy",