We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you set _spoor._advancedSettings._showDebugWindow to true in config.json the SCORM debugger window opens but no information is displayed in it.
_spoor._advancedSettings._showDebugWindow
true
Works fine in spoor v3.3.2 but not in v3.50 (haven't had a chance to check v3.4.0)
Appears that log_output.html is looking for window.opener.Logger - which no longer exists.
window.opener.Logger
The text was updated successfully, but these errors were encountered:
done in adaptlearning/adapt-contrib-spoor@26d9a73
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If you set
_spoor._advancedSettings._showDebugWindow
totrue
in config.json the SCORM debugger window opens but no information is displayed in it.Works fine in spoor v3.3.2 but not in v3.50 (haven't had a chance to check v3.4.0)
Appears that log_output.html is looking for
window.opener.Logger
- which no longer exists.The text was updated successfully, but these errors were encountered: