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:
Legoktm 2018-05-10 14:50:31 +00:00
parent d877780a9f
commit eba1049be2

View file

@ -63,9 +63,10 @@
"TrackingCategories": [
"ajaxpoll-tracking-category"
],
"AjaxExportList": [
"AJAXPoll::submitVote"
],
"config": {},
"config": {
"AjaxExportList": [
"AJAXPoll::submitVote"
]
},
"manifest_version": 1
}