Home
last modified time | relevance | path

Searched refs:xhrUrl (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
27 if (!xhrUrl || xhrUrl.length === 0) {
50 xhrReq = $.getJSON(xhrUrl, xhrParams, function (data) {