|
|
@ -799,9 +799,13 @@ var PDFViewerApplication = { |
|
|
|
window.history.replaceState(null, ''); |
|
|
|
window.history.replaceState(null, ''); |
|
|
|
} |
|
|
|
} |
|
|
|
self.pdfHistory.initialize(self.documentFingerprint); |
|
|
|
self.pdfHistory.initialize(self.documentFingerprint); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (self.pdfHistory.initialDestination) { |
|
|
|
self.initialDestination = self.pdfHistory.initialDestination; |
|
|
|
self.initialDestination = self.pdfHistory.initialDestination; |
|
|
|
|
|
|
|
} else if (self.pdfHistory.initialBookmark) { |
|
|
|
self.initialBookmark = self.pdfHistory.initialBookmark; |
|
|
|
self.initialBookmark = self.pdfHistory.initialBookmark; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
store.initializedPromise.then(function resolved() { |
|
|
|
store.initializedPromise.then(function resolved() { |
|
|
|
var storedHash = null; |
|
|
|
var storedHash = null; |
|
|
|