Skip to content

Commit

Permalink
Fix jQuery version
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Dec 6, 2023
1 parent 67e0075 commit a73244b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ajax_select/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _media(self):
)
if bootstrap:
js = [
"ajax_select/vendor/jquery.3.5.1.min.js",
"ajax_select/vendor/jquery-3.7.1.min.js",
"ajax_select/vendor/jquery-ui-1.13.2/jquery-ui.min.js",
"ajax_select/js/ajax_select.js",
]
Expand Down
5 changes: 1 addition & 4 deletions example/example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
'song': ('example.lookups', 'SongLookup'),
}

# By default will use window.jQuery
# or Django Admin's jQuery
# or load one from google ajax apis
# then load jquery-ui and a default css
# By default will use the included jquery and jquery-ui files.
# Set this to False if for some reason you want to supply your own
# window.jQuery and jQuery UI

Expand Down

0 comments on commit a73244b

Please sign in to comment.