From: Daniel Andersson Date: Mon, 1 Apr 2013 19:08:04 +0000 (+0200) Subject: Load plugin JS last to enhance plugin capabilities X-Git-Tag: 1.7.6~48^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d94fba61c1d995e5f15deec477ba74202304becd;p=tt-rss.git Load plugin JS last to enhance plugin capabilities --- diff --git a/index.php b/index.php index 7fb7a787..ac2762f7 100644 --- a/index.php +++ b/index.php @@ -104,6 +104,9 @@ get_plugins() as $n => $p) { @@ -112,9 +115,6 @@ } } - print get_minified_js(array("tt-rss", - "functions", "feedlist", "viewfeed", "FeedTree")); - init_js_translations(); ?>