From 0a6ff72e70ce52a6523134e302c31f3d8e7fa5ff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Oct 2020 07:32:30 +0300 Subject: [PATCH] Revert "fix HOOK_ARTICLE_RENDERED_CDM never being called" This reverts commit e3a522cdc1e7259ec2b573ba2cff3879c25b1128. --- js/Headlines.js | 1 - 1 file changed, 1 deletion(-) 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; },