From 6d4a6b8b6265fa6d91a64abe968d9944cee6033b Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sun, 11 Jun 2017 15:00:23 +0300 Subject: [PATCH] (WIP) Support for MathJax 2.7 --- testcases/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/index.html b/testcases/index.html index 1fe7875..d3ff6b8 100644 --- a/testcases/index.html +++ b/testcases/index.html @@ -26,7 +26,7 @@ if (isLocalDevelopment) { mathjaxScript = '/mathjax/unpacked/MathJax.js?config=' + mathjaxConfigs; } else { - mathjaxScript = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.6.1/MathJax.js?config=' + mathjaxConfigs; + mathjaxScript = '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=' + mathjaxConfigs; } var script = document.createElement("script");