We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a3778 commit 7e8712fCopy full SHA for 7e8712f
1 file changed
django_select2/static/django_select2/django_select2.js
@@ -6,7 +6,7 @@
6
module.exports = factory(require('jquery'))
7
} else {
8
// Browser globals - prefer Django's jQuery to avoid conflicts
9
- factory(globalThis.django?.jQuery || jQuery)
+ factory(globalThis.django.jQuery || jQuery)
10
}
11
})($ => {
12
'use strict'
0 commit comments