aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-13 17:33:03 -0700
committerfriendica <info@friendica.com>2014-06-13 17:33:03 -0700
commit64a370056c5cb4e65274145d6dd02c35530be0f3 (patch)
tree96c3dde55f2be2107767132e1a3bf19674439836 /boot.php
parentb5ea259666356c0fc06f281ebb1e5d13d7ab104a (diff)
downloadvolse-hubzilla-64a370056c5cb4e65274145d6dd02c35530be0f3.tar.gz
volse-hubzilla-64a370056c5cb4e65274145d6dd02c35530be0f3.tar.bz2
volse-hubzilla-64a370056c5cb4e65274145d6dd02c35530be0f3.zip
load main.js last
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();
+
}
/**