diff options
author | Adam Mathes <adam@trenchant.org> | 2018-03-02 20:42:25 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-03-02 20:42:25 -0800 |
commit | d59f16a764e3c1d5b2e99b8fa920bc279ac1c5a3 (patch) | |
tree | 4fce1e0233a6a77dd4ccc0e9d1df47562ee11fff /static/ui.html | |
parent | 29475b918a1f227429d297f50ebb982363b8fd65 (diff) | |
download | neko-d59f16a764e3c1d5b2e99b8fa920bc279ac1c5a3.tar.gz neko-d59f16a764e3c1d5b2e99b8fa920bc279ac1c5a3.tar.bz2 neko-d59f16a764e3c1d5b2e99b8fa920bc279ac1c5a3.zip |
update and version js libs
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/ui.html b/static/ui.html index 24f36c1..2e002b9 100644 --- a/static/ui.html +++ b/static/ui.html @@ -3,10 +3,10 @@ <head> <title>neko rss mode</title> <link rel="stylesheet" href="/static/style.css" /> - <script src="/static/jquery.min.js"></script> + <script src="/static/jquery-3.3.1.min.js"></script> <script src="/static/jquery.tmpl.min.js"></script> - <script src="/static/underscore.min.js"></script> - <script src="/static/backbone.min.js"></script> + <script src="/static/underscore-1.8.3.min.js"></script> + <script src="/static/backbone-1.3.3.min.js"></script> <script> PUBLIC_VERSION = false; </script> |