Skip to content

Commit

Permalink
Merge pull request #114 from kl3sk/patch-1
Browse files Browse the repository at this point in the history
Request not returned
  • Loading branch information
tetranz authored Jul 14, 2019
2 parents 67b61be + 291a35e commit 83cf4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/public/js/select2entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
request = $.ajax(params).fail(failure).done(success).always(function () {
request = undefined;
});

return request;
}
},
data: function (params) {
Expand Down

0 comments on commit 83cf4b3

Please sign in to comment.