summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-24 19:49:37 +0400
committerAndrew Dolgov <[email protected]>2013-04-24 19:49:37 +0400
commit8d388f321b22691246393e3f812d42ab388c8c42 (patch)
tree505e3e5a6e6cac945bf1f164b7584ca65e5dd6dd /index.php
parenta62337b35dc5e1fe97f60346f632cb403a3677ab (diff)
add a simple JS-based hook host
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index bf78be1f3..6a34be5e8 100644
--- a/index.php
+++ b/index.php
@@ -100,7 +100,7 @@
require 'lib/jshrink/Minifier.php';
print get_minified_js(array("tt-rss",
- "functions", "feedlist", "viewfeed", "FeedTree"));
+ "functions", "feedlist", "viewfeed", "FeedTree", "PluginHost"));
foreach (PluginHost::getInstance()->get_plugins() as $n => $p) {
if (method_exists($p, "get_js")) {