diff --git a/reviews/index.html b/reviews/index.html
index ca65a9e..698c127 100644
--- a/reviews/index.html
+++ b/reviews/index.html
@@ -140,6 +140,10 @@
Filter results
}
checkDates()
+ // jump to hash position after tree built
+ if (document.location.hash) {
+ var chash = document.location.hash;
+ document.location.hash = chash;
}
else if (debug) console.log('Counter',counter)
}, 50)