From 1c9785d52d59805b3ca8126a80f14cbf3456c827 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 7 Apr 2014 15:44:06 +0800 Subject: [PATCH] MDL-43856 MathJAX: Small correction to readme_moodle.txt The CDN urls have been moved to settings.php. --- filter/mathjaxloader/readme_moodle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/mathjaxloader/readme_moodle.txt b/filter/mathjaxloader/readme_moodle.txt index 76355a381b1..a46c89569c7 100644 --- a/filter/mathjaxloader/readme_moodle.txt +++ b/filter/mathjaxloader/readme_moodle.txt @@ -12,4 +12,4 @@ correctly load MathJax into a page from the CDN. Alternatively you can download library and install it locally, then use this filter to load that local version. The only changes required to this filter to handle different MathJax versions is to update -the CDN urls in filter.php - and update the list of language mappings - also in filter.php. +the default CDN urls in settings.php - and update the list of language mappings - in filter.php.