diff options
| author | 2020-08-27 00:59:39 +0200 | |
|---|---|---|
| committer | 2020-08-27 00:59:39 +0200 | |
| commit | 05a0575e28abfebb54a7f3996c182ae6ae091ab6 (patch) | |
| tree | 61fa0951297cd0745bda4b95a3c40f04e042f4ad /pydis_site/templates/wiki | |
| parent | OT: Rename variable `ext` to `other_names` (diff) | |
| parent | Merge pull request #374 from Numerlor/reminder-direct-retrieve (diff) | |
Merge branch 'master' into off-topic-non-random
Diffstat (limited to 'pydis_site/templates/wiki')
| -rw-r--r-- | pydis_site/templates/wiki/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index 9f904324..846492ab 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -7,7 +7,7 @@ {% block head %} {{ block.super }} - <script src="{% static "wiki/js/jquery-3.3.1.min.js" %}" type="text/javascript"></script> + <script src="{% static "wiki/js/jquery-3.4.1.min.js" %}" type="text/javascript"></script> <script src="{% static "wiki/js/core.js" %}" type="text/javascript"></script> <script src="{% static "js/wiki/simplemde.min.js" %}" type="text/javascript"></script> |