www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 53b3160dfd17dede4549342401f016f94a4c4278
parent 359c61a82749dbfddbbefd671fc0414e037ea40a
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Tue, 22 Oct 2013 15:34:05 +0200

MathJax.isPacked and MathJax.AuthorConfig mixup. #636

Diffstat:
Munpacked/MathJax.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -27,9 +27,12 @@ * limitations under the License. */ +if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}} + +// MathJax.isPacked = true; // This line is uncommented by the packer. + if (document.getElementById && document.childNodes && document.createElement) { -if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}} if (!MathJax.Hub) { // skip if already loaded MathJax.version = "2.3-beta";