From 58b2cff4ecf1f522c60582a5a92eaea8978642d3 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 23 Oct 2016 13:27:02 +0800 Subject: Use CDNJS by default with https and SRI support --- public/views/foot.ejs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'public/views/foot.ejs') diff --git a/public/views/foot.ejs b/public/views/foot.ejs index a322b0af..863cae3f 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -2,13 +2,13 @@ MathJax.Hub.Config({ messageStyle: "none", skipStartupTypeset: true ,tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true }}); <% if(useCDN) { %> - - - - + + + + - - + + <% } else { %> @@ -18,15 +18,15 @@ <% } %> - - - - - - - - - + + + + + + + + + <%- include build/index-scripts %> -- cgit v1.2.3