1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:35:57 +00:00

fix HOOK_ARTICLE_RENDERED_CDM never being called

This commit is contained in:
Andrew Dolgov
2020-10-09 13:18:47 +03:00
parent ab53591957
commit e3a522cdc1

View File

@@ -517,6 +517,7 @@ const Headlines = {
this.row_observer.observe(tmp.firstChild, {attributes: true});
PluginHost.run(PluginHost.HOOK_HEADLINE_RENDERED, tmp.firstChild);
PluginHost.run(PluginHost.HOOK_ARTICLE_RENDERED_CDM, tmp.firstChild);
return tmp.firstChild;
},