aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php
index d812587cf..a2fec5b3a 100755
--- a/app/controllers/entryController.php
+++ b/app/controllers/entryController.php
@@ -98,6 +98,8 @@ class entryController extends ActionController {
}
public function noteAction () {
+ View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'main')));
+
$not_found = false;
$entryDAO = new EntryDAO ();
$catDAO = new CategoryDAO ();