From d94fba61c1d995e5f15deec477ba74202304becd Mon Sep 17 00:00:00 2001 From: Daniel Andersson Date: Mon, 1 Apr 2013 21:08:04 +0200 Subject: [PATCH] Load plugin JS last to enhance plugin capabilities --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); ?> -- 2.39.2