This commit is contained in:
j 2013-02-12 16:16:25 +05:30
commit 47720f49ee
9 changed files with 38 additions and 37 deletions

View file

@ -1232,7 +1232,9 @@ var PDFView = {
var zoom = store.get('zoom', PDFView.currentScale);
var left = store.get('scrollLeft', '0');
var top = store.get('scrollTop', '0');
if(document.location.hash) {
page = document.location.hash.substring(1);
}
storedHash = 'page=' + page + '&zoom=' + zoom + ',' + left + ',' + top;
}