Skip to content

Commit

Permalink
Do not load jquery in Select2WidgetMixin
Browse files Browse the repository at this point in the history
Fixes #1130
Fixes #1053
  • Loading branch information
timthelion authored and jpic committed Dec 17, 2019
1 parent 14af189 commit e46300d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dal_select2/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def media(self):

return forms.Media(
js=(
'admin/js/vendor/jquery/jquery%s.js' % extra,
'autocomplete_light/jquery.init.js',
'vendor/select2/dist/js/select2.full%s.js' % extra,
) + i18n_file + (
Expand Down

0 comments on commit e46300d

Please sign in to comment.