From 64a370056c5cb4e65274145d6dd02c35530be0f3 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Jun 2014 17:33:03 -0700 Subject: load main.js last --- boot.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot.php') 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(); + } /** -- cgit v1.2.3