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:
Davide P. Cervone 2011-09-22 20:57:49 -04:00
parent c0dad0dbfe
commit 81474adb97
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1878,7 +1878,7 @@ MathJax.Hub.Startup = {
//
Hash: function () {
if (MathJax.Hub.config.positionToHash && document.location.hash)
{document.location = document.location.hash}
{setTimeout("document.location = document.location.hash",1)}
},
//