summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-21 07:32:30 +0300
committerAndrew Dolgov <[email protected]>2020-10-21 07:32:30 +0300
commit0a6ff72e70ce52a6523134e302c31f3d8e7fa5ff (patch)
tree177060491f1b7b96418ccc6b552b5ad2469ce9e6 /js
parente3da11bf6ddc90c11c1e6462c9287f446d20b363 (diff)
Revert "fix HOOK_ARTICLE_RENDERED_CDM never being called"
This reverts commit e3a522cdc1e7259ec2b573ba2cff3879c25b1128.
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index a3a023f9c..b98098c33 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -533,7 +533,6 @@ 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;
},