This commit is contained in:
Josh de Leeuw 2013-11-11 23:39:28 -05:00
parent 17bc9e8a5a
commit 01bc830a3b

View File

@ -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.