diff options
author | Adam Mathes <adam@trenchant.org> | 2021-09-28 22:09:05 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2021-09-28 22:09:05 -0700 |
commit | 2d70df274f48787c30bf575635f89838d94f65fd (patch) | |
tree | b44dce7a549d2fe6518ec9a3c016db86bb0a139e /static/ui.html | |
parent | 7633e6cf05d68a223dcdb2eddb91b8265d8f8b68 (diff) | |
download | neko-2d70df274f48787c30bf575635f89838d94f65fd.tar.gz neko-2d70df274f48787c30bf575635f89838d94f65fd.tar.bz2 neko-2d70df274f48787c30bf575635f89838d94f65fd.zip |
update dependencies
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/ui.html b/static/ui.html index 752d177..214a544 100644 --- a/static/ui.html +++ b/static/ui.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="/static/style.css" /> <script src="/static/jquery-3.3.1.min.js"></script> <script src="/static/jquery.tmpl.min.js"></script> - <script src="/static/underscore-1.8.3.min.js"></script> + <script src="/static/underscore-1.13.1.min.js"></script> <script src="/static/backbone-1.3.3.min.js"></script> <script> PUBLIC_VERSION = false; |