mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 09:08:13 +00:00
bug fix
This commit is contained in:
parent
17bc9e8a5a
commit
01bc830a3b
@ -24,7 +24,7 @@
|
||||
// in the same directory as this file.
|
||||
|
||||
// declare the block.
|
||||
var html_block = {type:'html', pages: [{url: "external_page.html", cont_btn: "start", check_fn: check_consent}};
|
||||
var html_block = {type:'html', pages: [{url: "external_page.html", cont_btn: "start", check_fn: check_consent}]};
|
||||
|
||||
// sample function that might be used to check if a subject has given
|
||||
// consent to participate.
|
||||
|
Loading…
Reference in New Issue
Block a user