Merge branch 'issue685' into develop. Issue #685.

This commit is contained in:
Davide P. Cervone 2014-02-07 09:45:51 -05:00
commit 8089fe3cb3

View File

@ -2554,6 +2554,7 @@ MathJax.Hub.Startup = {
// if needed later on. // if needed later on.
// //
MenuZoom: function () { MenuZoom: function () {
if (MathJax.Hub.config.showMathMenu) {
if (!MathJax.Extension.MathMenu) { if (!MathJax.Extension.MathMenu) {
setTimeout( setTimeout(
function () { function () {
@ -2575,6 +2576,7 @@ MathJax.Hub.Startup = {
2000 2000
); );
} }
}
}, },
// //