Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

global is not defined at xmldoc.js #74

Open
isPaker opened this issue Aug 2, 2023 · 2 comments
Open

global is not defined at xmldoc.js #74

isPaker opened this issue Aug 2, 2023 · 2 comments

Comments

@isPaker
Copy link

isPaker commented Aug 2, 2023

global is not defined at xmldoc.js

@isPaker
Copy link
Author

isPaker commented Aug 2, 2023

image

@matthelliwell2
Copy link

Try adding something like

<script> if (global === undefined) { var global = window } </script>

to the top of your index.html

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants