summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDaniel Andersson <[email protected]>2013-04-01 21:08:04 +0200
committerDaniel Andersson <[email protected]>2013-04-01 21:08:04 +0200
commitd94fba61c1d995e5f15deec477ba74202304becd (patch)
tree985d3a22bb02e762a8f8fe9f06937d86480614bb /index.php
parentdf806921e0dbf1b124f54465edaae425aab388e9 (diff)
Load plugin JS last to enhance plugin capabilities
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 7fb7a7878..ac2762f7f 100644
--- a/index.php
+++ b/index.php
@@ -104,6 +104,9 @@
<?php
require 'lib/jshrink/Minifier.php';
+ print get_minified_js(array("tt-rss",
+ "functions", "feedlist", "viewfeed", "FeedTree"));
+
global $pluginhost;
foreach ($pluginhost->get_plugins() as $n => $p) {
@@ -112,9 +115,6 @@
}
}
- print get_minified_js(array("tt-rss",
- "functions", "feedlist", "viewfeed", "FeedTree"));
-
init_js_translations();
?>
</script>