Download:
child 336:b82a39d39fb4
parent 334:a55b3e2f6f87
335:2b6b78ec4854
Anton Shestakov <av6@dwimlabs.net>, Tue, 30 Jan 2018 12:24:07 +0800
viewer: jQuery 3.3.1

2 файлов изменено, 3 вставок(+), 3 удалений(-) [+]
Makefile file | annotate | diff | comparison | revisions
templates/base.html file | annotate | diff | comparison | revisions
--- a/Makefile Tue Jan 30 12:23:24 2018 +0800
+++ b/Makefile Tue Jan 30 12:24:07 2018 +0800
@@ -7,8 +7,8 @@
pip := ./venv/bin/pip install -r requirements.txt -r dev-requirements.txt
libs := static/libs
-jquery_version := 2.2.4
-jquery_sha256 := 3117d8f389c62d6181d9ede83457e2d44b1033780bb190c8218845b0755be5f0
+jquery_version := 3.3.1
+jquery_sha256 := b8442ed017e5311995d7174afe7ee1d06485915def347644971efcc8338d37b4
uikit_version := 2.27.5
uikit_sha256 := 50d070e0551df41b9329ea5283714af759494445ce138147c283978922a620eb
moment_version := 2.20.1
--- a/templates/base.html Tue Jan 30 12:23:24 2018 +0800
+++ b/templates/base.html Tue Jan 30 12:24:07 2018 +0800
@@ -9,7 +9,7 @@
<link rel="shortcut icon" href="/static/favicon-cat.png">
<link rel="stylesheet" href="/static/libs/uikit/2.27.5/css/uikit.almost-flat.min.css">
<link rel="stylesheet" href="/static/candolint.css">
- <script src="/static/libs/jquery/2.2.4/jquery.min.js"></script>
+ <script src="/static/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/static/libs/uikit/2.27.5/js/uikit.min.js"></script>
<script src="/static/libs/moment/2.20.1/moment.min.js"></script>
<script src="/static/libs/d3/4.13.0/d3.min.js"></script>