summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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>