MDL-48760 maths filters: Upgrade to mathjax 2.5

This commit is contained in:
Adrian Greeve
2015-02-13 14:26:11 +08:00
parent 7357af2b0c
commit 01dfdf7e41
8 changed files with 62 additions and 13 deletions
+2 -2
View File
@@ -33,14 +33,14 @@ if ($ADMIN->fulltree) {
$item = new admin_setting_configtext('filter_mathjaxloader/httpurl',
new lang_string('httpurl', 'filter_mathjaxloader'),
new lang_string('httpurl_help', 'filter_mathjaxloader'),
'http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js',
'http://cdn.mathjax.org/mathjax/2.5-latest/MathJax.js',
PARAM_RAW);
$settings->add($item);
$item = new admin_setting_configtext('filter_mathjaxloader/httpsurl',
new lang_string('httpsurl', 'filter_mathjaxloader'),
new lang_string('httpsurl_help', 'filter_mathjaxloader'),
'https://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js',
'https://cdn.mathjax.org/mathjax/2.5-latest/MathJax.js',
PARAM_RAW);
$settings->add($item);