--- loncom/html/adm/jsMath/plugins/noImageFonts.js 2006/03/27 19:32:29 1.2 +++ loncom/html/adm/jsMath/plugins/noImageFonts.js 2006/05/17 22:19:38 1.3 @@ -23,5 +23,5 @@ * limitations under the License. */ -if (!jsMath) {var jsMath = {}} -jsMath.noImgFonts = 1; +if (!window.jsMath) {window.jsMath = {}} +window.jsMath.noImgFonts = 1;