League-of-Foundry-Developers / fvtt-module-popout

FVTT Module PopOut!
Other
29 stars 24 forks source link

Prevent wrong base URL #78

Closed Teifun2 closed 2 years ago

Teifun2 commented 2 years ago

If the pdf path is only provided as a relative path, pdfjs will add the base from window.location. This can lead to wrong URLs as the base url of the poput frame is used instead of the main vtt application.

This makes it so the base url of the main application is used!