Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
e7d956d5
Commit
e7d956d5
authored
Oct 13, 2019
by
Jelle van der Waa
🚧
Browse files
update jquery to 3.4.1
parent
896be71b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
main/templatetags/cdn.py
View file @
e7d956d5
...
...
@@ -8,7 +8,7 @@
@
register
.
simple_tag
def
jquery
():
version
=
'3.4.
0
'
version
=
'3.4.
1
'
filename
=
'jquery-%s.min.js'
%
version
link
=
staticfiles_storage
.
url
(
filename
)
return
mark_safe
(
'<script type="text/javascript" src="%s"></script>'
%
link
)
...
...
sitestatic/jquery-3.4.
0
.min.js
→
sitestatic/jquery-3.4.
1
.min.js
View file @
e7d956d5
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment