summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 8c1886263..53f2efd3e 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -95,6 +95,8 @@ define(["dojo/_base/declare"], function (declare) {
this.hideOrShowFeeds(App.getInitParam("hide_read_feeds") == 1);
this._counters_prev = elems;
+
+ PluginHost.run(PluginHost.HOOK_COUNTERS_PROCESSED);
},
reloadCurrent: function(method) {
console.log("reloadCurrent: " + method);