Skip to content

Commit

Permalink
Merge pull request #3422 from susanBuck/patch-2
Browse files Browse the repository at this point in the history
Fix broken demo
  • Loading branch information
jodeleeuw authored Oct 30, 2024
2 parents 0422faa + 9f3d107 commit 06f6be0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/demos/jspsych-html-button-response-demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></script>
<!-- <script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script> -->
<script src="../../packages/plugin-html-button-response/dist/index.browser.js"></script>
<!-- <link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> -->
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@2.0.0"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css">
</head>
<body></body>
Expand Down

0 comments on commit 06f6be0

Please sign in to comment.