parent
50bf3cdd59
commit
c56c20cff0
1 changed files with 1 additions and 1 deletions
2
src/js/select2/data/ajax.js
vendored
2
src/js/select2/data/ajax.js
vendored
|
@ -82,7 +82,7 @@ define([
|
|||
}, function () {
|
||||
// Attempt to detect if a request was aborted
|
||||
// Only works if the transport exposes a status property
|
||||
if ($request.status && $request.status === '0') {
|
||||
if ('status' in $request && $request.status === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue