Skip to content

Commit 227483c

Browse files
committed
Upgrade jQuery: 3.4.1 -> 3.5.1
1 parent 9713122 commit 227483c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frontend/templates/modules/main/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
{gui_scripts}
1616

17-
<script type="text/javascript" src="/thirdparty/jquery-3.4.1.min.js"></script>
17+
<script type="text/javascript" src="/thirdparty/jquery-3.5.1.min.js"></script>
1818

1919
<script type="text/javascript" src="/thirdparty/ace/ace.js"></script>
2020
<script type="text/javascript" src="/thirdparty/ace/ext-modelist.js"></script>

frontend/thirdparty/jquery-3.4.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

frontend/thirdparty/jquery-3.5.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

statics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Licensed under GNU/GPLv3
99
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <rohanrhu2@gmail.com>
1010

11-
VERSION = [0, 3, 2, "beta"]
11+
VERSION = [0, 4, 0, "git"]
1212
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
1313

1414
"""

0 commit comments

Comments
 (0)