You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi There. I have installed per instructions but no pdfs are installing. Chrome reporting the following error: class_schedule.html:1143 A Parser-blocking, cross site (i.e. different eTLD+1) script, http://musecdn2.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ class_schedule.html:1143
pdf.js%3F%3Dv003:7 [PDFObject] Target element cannot be determined
page is flowacademy.co.nz/class_schedule.html
Cheers
The text was updated successfully, but these errors were encountered:
Actually I found what was causing the issue and have edited the page html directly to fix the issue. The rendered code was as follows:
myPDF = PDFObject.embed(file, "#u1434457>.pdf-embedder", options);
I replaced the ">" with a space and all works well.
Hi There. I have installed per instructions but no pdfs are installing. Chrome reporting the following error: class_schedule.html:1143 A Parser-blocking, cross site (i.e. different eTLD+1) script, http://musecdn2.businesscatalyst.com/scripts/4.0/jquery-1.8.3.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ class_schedule.html:1143
pdf.js%3F%3Dv003:7 [PDFObject] Target element cannot be determined
page is flowacademy.co.nz/class_schedule.html
Cheers
The text was updated successfully, but these errors were encountered: