Fix broken demo

Fixing second demo for html-button-response
This commit is contained in:
Susan Buck 2024-10-29 16:25:41 -04:00 committed by GitHub
parent 0422faa945
commit 9f3d107a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,8 @@
<head> <head>
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@8.0.3"></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="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="https://unpkg.com/jspsych@8.0.3/css/jspsych.css" /> -->
<link rel="stylesheet" href="../../packages/jspsych/css/jspsych.css" />
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>