From db32e6d156ed605154fb6f149cd4709894a5bb0a Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 1 Sep 2014 03:27:40 -0400 Subject: [PATCH] MathJax CDN URL changed Signed-off-by: Collin J. Doering --- templates/default.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.haml b/templates/default.haml index 497162b..cdee8b1 100644 --- a/templates/default.haml +++ b/templates/default.haml @@ -53,7 +53,7 @@ / Placed at the end of the document so the pages load faster %script(type="text/javascript" src="lib/js/jquery-1.9.1.js") %script(type="text/javascript" src="lib/js/jquery.address.js") - %script(type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML") + %script(type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML") / Custom javascript for user interactivity %script(type="text/javascript" src="js/default.js")