Revert "fix HOOK_ARTICLE_RENDERED_CDM never being called"
This reverts commit e3a522cdc1
.
This commit is contained in:
parent
e3da11bf6d
commit
0a6ff72e70
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue