mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
fix extra ' +
This commit is contained in:
parent
2da7e6ccaa
commit
dc3a8e4460
@ -154,7 +154,7 @@ jsPsych.plugins["virtual-chinrest"] = (function () {
|
||||
let pagesize_content = `
|
||||
<div id="page-size">
|
||||
<div id="item" style="border: none; height: ${start_div_height}px; width: ${start_div_width}px; margin: 5px auto; background-color: none; position: relative; background-image: url(${trial.item_path}); background-size: 100% auto; background-repeat: no-repeat;">
|
||||
<div id="jspsych-resize-handle" style="cursor: nwse-resize; background-color: none; width: ${adjust_size}px; height: ${adjust_size}px; border: 5px solid red; border-left: 0; border-top: 0; position: absolute; bottom: 0; right: 0;">' +
|
||||
<div id="jspsych-resize-handle" style="cursor: nwse-resize; background-color: none; width: ${adjust_size}px; height: ${adjust_size}px; border: 5px solid red; border-left: 0; border-top: 0; position: absolute; bottom: 0; right: 0;">
|
||||
</div>
|
||||
</div>
|
||||
${trial.adjustment_prompt}
|
||||
|
Loading…
Reference in New Issue
Block a user