mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-24 06:54:12 +00:00
Revert "Move wgAjaxExportList out side of config: {}"
Will not work, AjaxExportList is not supported by extension.json. The status quo of the extension should work as long as it is not co-installed with another extension that is abusing "config".
This reverts commit d877780a9f
.
Change-Id: Ief1f9db13cc1d34fa58463fb9e379f3b44bf6c8e
This commit is contained in:
parent
d877780a9f
commit
eba1049be2
|
@ -63,9 +63,10 @@
|
|||
"TrackingCategories": [
|
||||
"ajaxpoll-tracking-category"
|
||||
],
|
||||
"AjaxExportList": [
|
||||
"AJAXPoll::submitVote"
|
||||
],
|
||||
"config": {},
|
||||
"config": {
|
||||
"AjaxExportList": [
|
||||
"AJAXPoll::submitVote"
|
||||
]
|
||||
},
|
||||
"manifest_version": 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue