From 6479c073244b4689c24ddd14febf3bfa7d0d6ed3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 6 May 2019 09:50:46 +0300 Subject: js: add PluginHost.HOOK_COUNTERS_PROCESSED --- js/Feeds.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/Feeds.js') 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); -- cgit v1.2.3-54-g00ecf