summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-09 13:18:47 +0300
committerAndrew Dolgov <[email protected]>2020-10-09 13:18:47 +0300
commite3a522cdc1e7259ec2b573ba2cff3879c25b1128 (patch)
tree9577026ba29726518177abb107f8f4cc4951a4a6 /js
parentab53591957d877908b89f6874e91c282bf59d165 (diff)
fix HOOK_ARTICLE_RENDERED_CDM never being called
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 0194b9ae2..23dc0b2c2 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -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;
},