summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
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/head.ejs
parent5d031098274ddfd89d1d8476f896b881845f059a (diff)
Update all client dependencies and cdn versions, workaround sequence-diagram svg to be resizable
Diffstat (limited to '')
-rw-r--r--public/views/head.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index 03379134..3dcf4866 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -12,7 +12,7 @@
<link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png">
<% if(useCDN) { %>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
-<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/3.5.0/octicons.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css">