rename
This commit is contained in:
parent
4aaf03c4e9
commit
47720f49ee
9 changed files with 38 additions and 37 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue