diff options
Diffstat (limited to 'extension.json')
-rw-r--r-- | extension.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension.json b/extension.json index 4cd2418..bdea38d 100644 --- a/extension.json +++ b/extension.json @@ -19,7 +19,8 @@ "InsertVote": "SpecialInsertVote" }, "Hooks": { - "ParserFirstCallInit": "VoteHooks::onParserFirstCallInit" + "ParserFirstCallInit": "VoteHooks::onParserFirstCallInit", + "ParserPreSaveTransformComplete": "VoteHooks::onParserPreSaveTransformComplete" }, "ResourceModules": { "ext.vote-css": { |