Home
last modified time | relevance | path

Searched refs:xhrParams (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js26 function _makeTypeahead(jQElement, xhrUrl, xhrParams, selectedCB) { argument
43 xhrParams.search = query;
50 xhrReq = $.getJSON(xhrUrl, xhrParams, function (data) {