default to https mathjax #1103

This commit is contained in:
Hakim El Hattab 2015-01-20 09:11:09 +01:00
parent 9e14b261ea
commit f032df8f13
1 changed files with 1 additions and 1 deletions

View File

@ -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() {