Skip to content

Commit

Permalink
end camera trial remove bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Jul 18, 2024
1 parent e8a28bb commit a40d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experiment/trials/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function buildCameraEndTrial(jsPsych) {

return {
type: htmlKeyboardResponse,
stimulus: div(recordingEndMarkup, { class: "bottom-prompt" }),
stimulus: div(recordingEndMarkup),
trial_duration: 5000,
on_start: function () {
// Complete the camera recording
Expand Down

0 comments on commit a40d489

Please sign in to comment.