|
|
@ -796,7 +796,7 @@ var PDFViewerApplication = { |
|
|
|
// The browsing history is only enabled when the viewer is standalone,
|
|
|
|
// The browsing history is only enabled when the viewer is standalone,
|
|
|
|
// i.e. not when it is embedded in a web page.
|
|
|
|
// i.e. not when it is embedded in a web page.
|
|
|
|
if (!self.preferenceShowPreviousViewOnLoad) { |
|
|
|
if (!self.preferenceShowPreviousViewOnLoad) { |
|
|
|
PDFHistory.clearHistoryState(); |
|
|
|
self.pdfHistory.clearHistoryState(); |
|
|
|
} |
|
|
|
} |
|
|
|
self.pdfHistory.initialize(self.documentFingerprint); |
|
|
|
self.pdfHistory.initialize(self.documentFingerprint); |
|
|
|
|
|
|
|
|
|
|
|