Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Fix paths in code-based Stroop example
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed May 16, 2019
1 parent 4891207 commit 8230e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/Stroop (code-based)/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<title>Experiment</title>
<!-- lab.js and libraries -->
<script src="../../dist/labjs-starterkit/lib/lab.dev.js"></script>
<link rel="stylesheet" href="../../dist/labjs-starterkit/lib/lab.css">
<script src="../../packages/library/dist/labjs-starterkit/lib/lab.dev.js"></script>
<link rel="stylesheet" href="../../packages/library/dist/labjs-starterkit/lib/lab.css">
<!-- actual experiment code -->
<script defer src="experiment.js"></script>
</head>
Expand Down

0 comments on commit 8230e79

Please sign in to comment.