diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-08 09:00:20 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-08 09:14:25 +0200 |
commit | ddc0fd1c8399c225f9a198614d6f1dfc98bdcbdc (patch) | |
tree | 3789bc2362786369fef905036dc59ffe073880c1 /extension.json | |
parent | 3cd1539ad81868242b17b4d163d105483dc84983 (diff) |
gray out superseded votes
Thanks to waldyrious for the suggestion!
Diffstat (limited to 'extension.json')
-rw-r--r-- | extension.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extension.json b/extension.json index d681f1b..4cd2418 100644 --- a/extension.json +++ b/extension.json @@ -22,6 +22,11 @@ "ParserFirstCallInit": "VoteHooks::onParserFirstCallInit" }, "ResourceModules": { + "ext.vote-css": { + "localBasePath": "resources", + "remoteExtPath": "Vote/resources", + "styles": ["style.css"] + }, "ext.vote-js": { "localBasePath": "resources", "remoteExtPath": "Vote/resources", |