Skip to content

Commit

Permalink
Merge pull request #1184 from burningmantech/wa/bugfix/1164-bug-jquer…
Browse files Browse the repository at this point in the history
…y-alternate-https-source

[BUGFIX] Switch jquery to alternate https source 1164
  • Loading branch information
wsanchez authored Apr 23, 2024
2 parents 334d209 + 774610e commit 7472322
Showing 1 changed file with 4 additions and 2 deletions.
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 7472322

Please sign in to comment.