Repack and recombine
This commit is contained in:
commit
1a073c1004
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* ---------------------------------------------------------------------
|
||||
*
|
||||
* Copyright (c) 2009 Design Science, Inc.
|
||||
* Copyright (c) 2009-11 Design Science, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
var type = (math.Get("display") === "block" ? "div" : "span");
|
||||
var span = document.createElement(type), container = span;
|
||||
span.className = "MathJax_MathML"; span.style.fontSize = this.config.scale+"%";
|
||||
if (isMSIE) {
|
||||
if (isMSIE && this.config.showMathMenuMSIE) {
|
||||
container = MathJax.HTML.addElement(span,"span",{
|
||||
className:"MathJax_MathContainer",
|
||||
style:{display:"inline-block",position:"relative"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user