Turn off positionToHash for now (until I can straighten it out

This commit is contained in:
Davide P. Cervone 2012-02-27 20:25:31 -05:00
parent b8fc1c99f5
commit 7099e84a36
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -192,7 +192,7 @@ MathJax.Hub.Config({
// reposition the browser to the #hash location from the page URL after
// typesetting for the page.
//
positionToHash: true,
positionToHash: false,
//
// These control whether to attach the MathJax contextual menu to the

View File

@ -1240,7 +1240,7 @@ MathJax.Hub = {
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
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?
showMathMenuMSIE: true, // separtely determine if MSIE should have math menu

View File

@ -192,7 +192,7 @@ MathJax.Hub.Config({
// reposition the browser to the #hash location from the page URL after
// typesetting for the page.
//
positionToHash: true,
positionToHash: false,
//
// These control whether to attach the MathJax contextual menu to the