diff --git a/index.html b/index.html index 6e0fcea..86b59d8 100755 --- a/index.html +++ b/index.html @@ -378,6 +378,7 @@ function setCurrentPage(n, W){ var W = W == null ? cur.width() : W mag.css({left: -n*W}) + window.location.hash = n // XXX should this be here??? saveState() @@ -474,12 +475,24 @@ function createPage(article, template){ + +