Skip to content

Commit

Permalink
chore(deps): Update jquery and jquery-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Sep 30, 2020
1 parent 177e896 commit 5fcc4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeltranslation/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
JQUERY_URL = getattr(
settings,
"JQUERY_URL",
"//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js",
"//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js",
)
JQUERY_UI_URL = getattr(
settings,
"JQUERY_UI_URL",
"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js",
"//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js",
)

0 comments on commit 5fcc4ce

Please sign in to comment.