diff options
author | friendica <info@friendica.com> | 2014-06-13 17:33:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-13 17:33:03 -0700 |
commit | 64a370056c5cb4e65274145d6dd02c35530be0f3 (patch) | |
tree | 96c3dde55f2be2107767132e1a3bf19674439836 /boot.php | |
parent | b5ea259666356c0fc06f281ebb1e5d13d7ab104a (diff) | |
download | volse-hubzilla-64a370056c5cb4e65274145d6dd02c35530be0f3.tar.gz volse-hubzilla-64a370056c5cb4e65274145d6dd02c35530be0f3.tar.bz2 volse-hubzilla-64a370056c5cb4e65274145d6dd02c35530be0f3.zip |
load main.js last
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(); + } /** |