www

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

commit 6f679216e25141a1e180d3a818f396e6399348da
parent 5ef1e1efc6785e053dee9857d08ebbebf72162b3
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed,  1 May 2013 13:20:37 -0400

Mark error output as isMathJax

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

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -2159,7 +2159,8 @@ MathJax.Hub = { // var errorSettings = this.config.errorSettings; var errorText = MathJax.Localization._(errorSettings.messageId,errorSettings.message); - var error = MathJax.HTML.Element("span",{className:"MathJax_Error",jaxID:"Error"},errorText); + var error = MathJax.HTML.Element("span", + {className:"MathJax_Error", jaxID:"Error", isMathJax:true},errorText); // // Attach the menu events //