From 54bfb0acea11c2e8659f28f10166432113c43633 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 29 Nov 2015 01:11:51 -0600 Subject: Fixed cdn import should using relative protocol --- public/views/head.ejs | 2 +- public/views/pretty.ejs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/views/head.ejs b/public/views/head.ejs index 6eaa82c7..4d6901b4 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -9,7 +9,7 @@ <% if(useCDN) { %> - + <% } else { %> diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 3f50363c..a81f20c9 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -12,8 +12,8 @@ <% if(useCDN) { %> - - + + <% } else { %> @@ -51,8 +51,8 @@ <% if(useCDN) { %> - - + + <% } else { %> -- cgit v1.2.3