summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-18 11:16:55 +0200
committerBjörn Geiger2011-10-18 11:16:55 +0200
commit4e585cfe1e4f5b76c52091afb327cd7d436a2f76 (patch)
treeb279fdfa5651da2f8a75982742602b068bca3c01
parentminor (diff)
downloadpoolctrl-4e585cfe1e4f5b76c52091afb327cd7d436a2f76.tar.gz
poolctrl-4e585cfe1e4f5b76c52091afb327cd7d436a2f76.tar.xz
poolctrl-4e585cfe1e4f5b76c52091afb327cd7d436a2f76.zip
minor
-rwxr-xr-xapplication/views/scripts/event/add.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
index c69ded2..8079aaa 100755
--- a/application/views/scripts/event/add.phtml
+++ b/application/views/scripts/event/add.phtml
@@ -15,11 +15,11 @@ $ids = implode(", ", $bootosIDs);
echo "var bootosIDs = new Array(" . $ids . ");\n";
echo "</script>";
echo $this->addForm;
-echo '<script type="text/javascript">';
+echo "<script type=\"text/javascript\">\n";
if(isset($this->params['add'])) {
- echo 'addeventcategoryfieldChanged("category", bootosIDs, true);\n';
+ echo "addeventcategoryfieldChanged('category', bootosIDs, true);\n";
} else {
- echo 'addeventcategoryfieldChanged("category", bootosIDs);\n';
+ echo "addeventcategoryfieldChanged('category', bootosIDs);\n";
}
echo 'immediateChanged("immediate", bootosIDs);
$(function() {