Skip to content

Commit 7ea0020

Browse files
MaddieM4fieg
authored andcommitted
Use $.ajax instead of $.get, for compatibility with older JQ
1 parent c81f466 commit 7ea0020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery-ias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
}
214214
}
215215
}
216-
this.jsXhr = $.get(loadEvent)
216+
this.jsXhr = $.ajax(loadEvent)
217217
.done($.proxy(xhrDoneCallback, self));
218218

219219
return this.jsXhr;

0 commit comments

Comments
 (0)