From e6dfc749f6448cb6f2cbab02e459c7ce86e8a106 Mon Sep 17 00:00:00 2001
From: Wu Cheng-Han
Date: Sun, 23 Oct 2016 22:42:47 +0800
Subject: Fix config.js use cdn option not parse properly and add missing cdn
resources
---
public/views/foot.ejs | 1 +
public/views/pretty.ejs | 1 +
public/views/slide.ejs | 3 +++
3 files changed, 5 insertions(+)
(limited to 'public/views')
diff --git a/public/views/foot.ejs b/public/views/foot.ejs
index 863cae3f..8990bdae 100644
--- a/public/views/foot.ejs
+++ b/public/views/foot.ejs
@@ -9,6 +9,7 @@
+
<% } else { %>
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs
index a2123fb4..1f171d12 100644
--- a/public/views/pretty.ejs
+++ b/public/views/pretty.ejs
@@ -93,6 +93,7 @@
+
<% } else { %>
diff --git a/public/views/slide.ejs b/public/views/slide.ejs
index e401fa47..73f5d718 100644
--- a/public/views/slide.ejs
+++ b/public/views/slide.ejs
@@ -87,11 +87,14 @@
MathJax.Hub.Config({ messageStyle: "none", skipStartupTypeset: true ,tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true }});
<% if(useCDN) { %>
+
+
+
<% } else { %>
--
cgit v1.2.3