js: let jquery assume CORS support is available (#13035)

This commit is contained in:
Frédéric Péters 2016-09-02 17:38:33 +02:00
parent 1d59de54f6
commit 9115f7f3cd
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
function combo_load_cell(elem, url) {
$.support.cors = true; /* IE9 */
$.ajax({url: url + window.location.search,
xhrFields: { withCredentials: true },
async: true,