diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-04-24 19:49:37 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-04-24 19:49:37 +0400 |
| commit | 8d388f321b22691246393e3f812d42ab388c8c42 (patch) | |
| tree | 505e3e5a6e6cac945bf1f164b7584ca65e5dd6dd /index.php | |
| parent | a62337b35dc5e1fe97f60346f632cb403a3677ab (diff) | |
add a simple JS-based hook host
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) { |