Skip to content

Commit

Permalink
Merge branch 'master' into todd/docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez authored Apr 23, 2024
2 parents 8c62207 + 7472322 commit ee4c415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
furo==2024.1.29
Sphinx==7.2.6
Sphinx==7.3.7
sphinx-autobuild==2024.4.16
6 changes: 4 additions & 2 deletions src/ims/application/_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,11 +698,13 @@ class ExternalApplication:
)

jqueryJSSourceURL = URL.fromText(
f"http://code.jquery.com/{jqueryVersion}.min.js"
f"https://cdnjs.cloudflare.com/ajax/libs/jquery/"
f"{jqueryVersionNumber}/jquery.min.js"
)

jqueryMapSourceURL = URL.fromText(
f"http://code.jquery.com/{jqueryVersion}.min.map"
f"https://cdnjs.cloudflare.com/ajax/libs/jquery/"
f"{jqueryVersionNumber}/jquery.min.map"
)

dataTablesSourceURL = URL.fromText(
Expand Down

0 comments on commit ee4c415

Please sign in to comment.