Merge pull request #3422 from susanBuck/patch-2

Fix broken demo
This commit is contained in:
Josh de Leeuw 2024-10-30 08:30:43 -04:00 committed by GitHub
commit 06f6be0961
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>