Move wgAjaxExportList out side of config: {}

Bug: T194319
Change-Id: Ibc3a2594a918dce1f02591981bddcbfe6474498d
This commit is contained in:
Paladox 2018-05-09 23:01:13 +00:00 committed by MacFan4000
parent df7bf8fb68
commit 60089fefe6

View file

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