mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 23:05:47 +00:00
Fix undef var
This commit is contained in:
parent
3aa733f96d
commit
dce4f9e328
|
@ -305,7 +305,7 @@ window.WMTypeAhead = function ( appendTo, searchInput ) {
|
||||||
api.get(searchQuery)
|
api.get(searchQuery)
|
||||||
.done((data) => {
|
.done((data) => {
|
||||||
clearTypeAheadElements();
|
clearTypeAheadElements();
|
||||||
callbackStack.queue[callbackIndex](data);
|
window.callbackStack.queue[callbackIndex](data);
|
||||||
});
|
});
|
||||||
} // END loadQueryScript
|
} // END loadQueryScript
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue