Scroll to the right place
authorGavin Carothers <gavin@carothers.name>
Fri, 23 Sep 2011 13:23:20 -0700
changeset 150 a43dfeb0a7d5
parent 149 52bc8495cc49
child 151 f6892656b421
Scroll to the right place
ReSpec.js/js/respec.js
--- a/ReSpec.js/js/respec.js	Fri Sep 23 12:58:10 2011 -0700
+++ b/ReSpec.js/js/respec.js	Fri Sep 23 13:23:20 2011 -0700
@@ -224,6 +224,9 @@
             window.console && console.log && console.log(e);
         }
         document.body.style.display = "inherit";
+        real_hash = window.location.hash;
+        window.location.hash = "#"
+        window.location.hash = real_hash;
     },
 
     makeRDFa:  function () {