diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-25 22:39:40 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-25 22:39:40 -0700 |
commit | 13ab25dfa3e3ca99235e3bfd2189e7413e2945c8 (patch) | |
tree | b790fecdf9403ff1eec3f4507d251a39ffc45aa6 /ext/fg/frame.html | |
parent | 1a9e0243f4cb64fb2ee284e7b96a28ec6aa3d23a (diff) |
file reorg, updating jquery and handlebars
Diffstat (limited to 'ext/fg/frame.html')
-rw-r--r-- | ext/fg/frame.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html index 35bc0284..43f46d33 100644 --- a/ext/fg/frame.html +++ b/ext/fg/frame.html @@ -3,8 +3,8 @@ <head> <meta charset="UTF-8"> <title></title> - <link rel="stylesheet" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css"> - <link rel="stylesheet" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css"> + <link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap.min.css"> + <link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="/mixed/css/frame.css"> <style type="text/css"> .entry { @@ -30,7 +30,7 @@ </div> </div> - <script src="/mixed/lib/jquery-3.1.1.min.js"></script> + <script src="/mixed/lib/jquery.min.js"></script> <script src="/mixed/lib/wanakana.min.js"></script> <script src="/fg/js/util.js"></script> <script src="/mixed/js/util.js"></script> |