Skip to content
New issue

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

Delay init() execution until the document is ready #948

Merged
merged 2 commits into from Oct 28, 2020
Merged

Delay init() execution until the document is ready #948

merged 2 commits into from Oct 28, 2020

Commits on Oct 28, 2020

  1. delay init() execution until the document is ready

    This prevents jsPsych from creating a duplicate `body` element when the
    actual `body` element has not yet been initialized.
    
    Fixes  #316
    bjoluc committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2f421f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb9c5d View commit details
    Browse the repository at this point in the history