Skip to content

Commit 2c592ff

Browse files
author
dpvc
committed
Fixed so this works with MSIE now.
git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@4483 c0722133-6baf-4dd8-8699-98d999cd4f06
1 parent 6659967 commit 2c592ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

htdocs/LaTeXMathML/LaTeXMathML.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ var doubleblankmathdelimiter = false; // if true, x+1 is equal to `x+1`
8181
//var separatetokens;// has been removed (email me if this is a problem)
8282
*/
8383

84-
if (!window.AMnoMathMLNote) { // DPVC
84+
if (!window.LaTeXMathML_loaded) { // DPVC
85+
window.LaTeXMathML_loaded = 1; // DPVC
8586

8687
var isIE = document.createElementNS==null;
8788

0 commit comments

Comments
 (0)