mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
Merge pull request #2165 from alisdt/alisdt-patch-1
fix error in rt-task tutorial code: "class" => "style"
This commit is contained in:
commit
41df53bc5f
@ -112,7 +112,7 @@ var instructions = {
|
|||||||
<div style='width: 700px;'>
|
<div style='width: 700px;'>
|
||||||
<div style='float: left;'><img src='img/blue.png'></img>
|
<div style='float: left;'><img src='img/blue.png'></img>
|
||||||
<p class='small'><strong>Press the F key</strong></p></div>
|
<p class='small'><strong>Press the F key</strong></p></div>
|
||||||
<div class='float: right;'><img src='img/orange.png'></img>
|
<div style='float: right;'><img src='img/orange.png'></img>
|
||||||
<p class='small'><strong>Press the J key</strong></p></div>
|
<p class='small'><strong>Press the J key</strong></p></div>
|
||||||
</div>
|
</div>
|
||||||
<p>Press any key to begin.</p>
|
<p>Press any key to begin.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user