mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-27 16:30:32 +00:00
Move wgAjaxExportList out side of config: {}
Bug: T194319 Change-Id: Ibc3a2594a918dce1f02591981bddcbfe6474498d
This commit is contained in:
parent
df7bf8fb68
commit
60089fefe6
|
@ -63,10 +63,9 @@
|
|||
"TrackingCategories": [
|
||||
"ajaxpoll-tracking-category"
|
||||
],
|
||||
"config": {
|
||||
"AjaxExportList": [
|
||||
"AJAXPoll::submitVote"
|
||||
]
|
||||
},
|
||||
"AjaxExportList": [
|
||||
"AJAXPoll::submitVote"
|
||||
],
|
||||
"config": {},
|
||||
"manifest_version": 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue