Fix undef var

This commit is contained in:
Hannes 2019-12-31 12:44:24 +01:00
parent 3aa733f96d
commit dce4f9e328
No known key found for this signature in database
GPG key ID: 371029119C5F0D51

View file

@ -305,7 +305,7 @@ window.WMTypeAhead = function ( appendTo, searchInput ) {
api.get(searchQuery)
.done((data) => {
clearTypeAheadElements();
callbackStack.queue[callbackIndex](data);
window.callbackStack.queue[callbackIndex](data);
});
} // END loadQueryScript