From cee7053aeeab11367a44769fe79260faaee14a2a Mon Sep 17 00:00:00 2001 From: Raul Cioldin Date: Mon, 14 May 2018 11:22:31 -0300 Subject: [PATCH] workaround for #401 --- src/jquery.typeahead.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.typeahead.js b/src/jquery.typeahead.js index 4757e74..e5e5c22 100644 --- a/src/jquery.typeahead.js +++ b/src/jquery.typeahead.js @@ -1190,7 +1190,7 @@ _request.callback.always.call(scope, data, textStatus, jqXHR); // #248, #303 Aborted requests would call populate with invalid data - if (typeof jqXHR !== "object") return; + // if (typeof jqXHR !== "object") return; // #265 Modified data from ajax.callback.done is not being registered (use of _groupData[_group]) scope.populateSource(