aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 5b6cea8b2..e5166b5f2 100755
--- a/boot.php
+++ b/boot.php
@@ -986,6 +986,10 @@ class App {
'$js_strings' => js_strings(),
'$zid' => get_my_address(),
)) . $this->page['htmlhead'];
+
+ // always put main.js at the end
+ $this->page['htmlhead'] .= head_get_main_js();
+
}
/**