Add delay before seting hash location to make it work in Opera. Still has a problem in IE7 and IE6.
This commit is contained in:
parent
c0dad0dbfe
commit
81474adb97
File diff suppressed because one or more lines are too long
|
@ -1878,7 +1878,7 @@ MathJax.Hub.Startup = {
|
||||||
//
|
//
|
||||||
Hash: function () {
|
Hash: function () {
|
||||||
if (MathJax.Hub.config.positionToHash && document.location.hash)
|
if (MathJax.Hub.config.positionToHash && document.location.hash)
|
||||||
{document.location = document.location.hash}
|
{setTimeout("document.location = document.location.hash",1)}
|
||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user