summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2020-07-04 19:05:07 +0530
committerSaptak S <saptak013@gmail.com>2020-07-04 19:05:07 +0530
commit7215b463ed4d7f5342ac2e93bcc446baef447068 (patch)
tree34c2c8e8340470a6533c64622eb127b18c00746f /share
parent41681f82ecceffc09ca32d1e9cef6dd7fcbaefe4 (diff)
downloadonionshare-7215b463ed4d7f5342ac2e93bcc446baef447068.tar.gz
onionshare-7215b463ed4d7f5342ac2e93bcc446baef447068.zip
Updates jQuery and poetry dependencies in Chat
Diffstat (limited to 'share')
-rw-r--r--share/templates/chat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/chat.html b/share/templates/chat.html
index cb595399..cd474654 100644
--- a/share/templates/chat.html
+++ b/share/templates/chat.html
@@ -45,7 +45,7 @@
</div>
</div>
- <script src="{{ static_url_path }}/js/jquery-3.4.0.min.js"></script>
+ <script src="{{ static_url_path }}/js/jquery-3.5.1.min.js"></script>
<script src="{{ static_url_path }}/js/socket.io.min.js"></script>
<script async src="{{ static_url_path }}/js/chat.js"></script>
</body>