Unverified Commit 046684ae authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #681 from birdbrained/pdf-subframe-annotation

Pdf subframe annotation
parents cf10d9f3 6c99279a
......@@ -51,6 +51,10 @@ $.noConflict(true)(function() {
}
if (config.subFrameIdentifier) {
// Make sure the PDF plugin is loaded if the subframe contains the PDF.js viewer.
if (typeof window.PDFViewerApplication !== 'undefined') {
config.PDF = {};
}
Klass = Guest;
// Other modules use this to detect if this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment