We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7575c9 commit 14932beCopy full SHA for 14932be
selections/static/js/render_pdf.js
@@ -41,4 +41,4 @@ loadingTask.promise.then(function (pdf) {
41
});
42
}
43
44
-document.getElementById('body').addEventListener('load', pleaseWork)
+document.getElementsByName('body')[0].addEventListener('load', pleaseWork)
0 commit comments