aboutsummaryrefslogtreecommitdiff
path: root/plugin/math
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-01-20 09:11:09 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-01-20 09:11:09 +0100
commitf032df8f135040b27cfb77f24d56401543ce2add (patch)
tree5b1448a775a91a399929f221c8cdf651093e3b09 /plugin/math
parent9e14b261eafc007c257d64bab5a0df270067b59c (diff)
downloadfreenode-live-2017-presentation-f032df8f135040b27cfb77f24d56401543ce2add.tar
freenode-live-2017-presentation-f032df8f135040b27cfb77f24d56401543ce2add.tar.gz
default to https mathjax #1103
Diffstat (limited to 'plugin/math')
-rwxr-xr-xplugin/math/math.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/math/math.js b/plugin/math/math.js
index d55d9d1..25b7516 100755
--- a/plugin/math/math.js
+++ b/plugin/math/math.js
@@ -7,7 +7,7 @@
var RevealMath = window.RevealMath || (function(){
var options = Reveal.getConfig().math || {};
- options.mathjax = options.mathjax || 'http://cdn.mathjax.org/mathjax/latest/MathJax.js';
+ options.mathjax = options.mathjax || 'https://cdn.mathjax.org/mathjax/latest/MathJax.js';
options.config = options.config || 'TeX-AMS_HTML-full';
loadScript( options.mathjax + '?config=' + options.config, function() {