summaryrefslogtreecommitdiff
path: root/public/views/html.hbs
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-06-17 16:27:37 +0800
committerCheng-Han, Wu2016-06-17 16:27:37 +0800
commit71f61b7f840b7e557d44b130e69fdb3c9e24d6d9 (patch)
treec1251feaebefaa2f8e663680bbd45e506c845675 /public/views/html.hbs
parent5d031098274ddfd89d1d8476f896b881845f059a (diff)
Update all client dependencies and cdn versions, workaround sequence-diagram svg to be resizable
Diffstat (limited to 'public/views/html.hbs')
-rw-r--r--public/views/html.hbs8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/views/html.hbs b/public/views/html.hbs
index 4c6ff00d..33fbd536 100644
--- a/public/views/html.hbs
+++ b/public/views/html.hbs
@@ -17,10 +17,10 @@
<link rel="apple-touch-icon" href="{{{url}}}/apple-touch-icon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/8.8.0/styles/github-gist.min.css">
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.4.0/styles/github-gist.min.css">
<style>
{{{css}}}
</style>
@@ -48,9 +48,9 @@
<div id="toc-affix" class="ui-affix-toc ui-toc-dropdown unselectable hidden-print" data-spy="affix" style="top:17px;display:none;" {{{lang}}} {{{dir}}}>
{{{toc-affix}}}
</div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" defer></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.2/gist-embed.min.js" defer></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.4/gist-embed.min.js" defer></script>
<script>
var markdown = $(".markdown-body");
//smooth all hash trigger scrolling