Skip to content

Commit

Permalink
added jquery minified link
Browse files Browse the repository at this point in the history
  • Loading branch information
István Bozsó committed Feb 25, 2020
1 parent 39f768c commit 3d9e5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/html/jslibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def add(self, doc, *args, **kwargs):
libs = namespace(
shower=JSLib(path="https://shwr.me/shower/shower.min.js"),
mathjax=JSLib(path="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"),
jquery=JSLib(path="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"),
)

@export
Expand Down

0 comments on commit 3d9e5be

Please sign in to comment.