Turn off positionToHash for now (until I can straighten it out
This commit is contained in:
parent
b8fc1c99f5
commit
7099e84a36
File diff suppressed because one or more lines are too long
|
@ -192,7 +192,7 @@ MathJax.Hub.Config({
|
||||||
// reposition the browser to the #hash location from the page URL after
|
// reposition the browser to the #hash location from the page URL after
|
||||||
// typesetting for the page.
|
// typesetting for the page.
|
||||||
//
|
//
|
||||||
positionToHash: true,
|
positionToHash: false,
|
||||||
|
|
||||||
//
|
//
|
||||||
// These control whether to attach the MathJax contextual menu to the
|
// These control whether to attach the MathJax contextual menu to the
|
||||||
|
|
|
@ -1240,7 +1240,7 @@ MathJax.Hub = {
|
||||||
skipStartupTypeset: false, // set to true to skip PreProcess and Process during startup
|
skipStartupTypeset: false, // set to true to skip PreProcess and Process during startup
|
||||||
"v1.0-compatible": true, // set to false to prevent message about configuration change
|
"v1.0-compatible": true, // set to false to prevent message about configuration change
|
||||||
elements: [], // array of elements to process when none is given explicitly
|
elements: [], // array of elements to process when none is given explicitly
|
||||||
positionToHash: true, // after initial typeset pass, position to #hash location?
|
positionToHash: false, // after initial typeset pass, position to #hash location?
|
||||||
|
|
||||||
showMathMenu: true, // attach math context menu to typeset math?
|
showMathMenu: true, // attach math context menu to typeset math?
|
||||||
showMathMenuMSIE: true, // separtely determine if MSIE should have math menu
|
showMathMenuMSIE: true, // separtely determine if MSIE should have math menu
|
||||||
|
|
|
@ -192,7 +192,7 @@ MathJax.Hub.Config({
|
||||||
// reposition the browser to the #hash location from the page URL after
|
// reposition the browser to the #hash location from the page URL after
|
||||||
// typesetting for the page.
|
// typesetting for the page.
|
||||||
//
|
//
|
||||||
positionToHash: true,
|
positionToHash: false,
|
||||||
|
|
||||||
//
|
//
|
||||||
// These control whether to attach the MathJax contextual menu to the
|
// These control whether to attach the MathJax contextual menu to the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user