diff --git a/.changeset/blue-donuts-relate.md b/.changeset/blue-donuts-relate.md deleted file mode 100644 index 7dc587f2b4..0000000000 --- a/.changeset/blue-donuts-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/config": patch ---- - -Remove erroneous browser builds from the rollup configuration returned by `makeNodeRollupConfig()` diff --git a/.changeset/dull-dragons-wonder.md b/.changeset/dull-dragons-wonder.md deleted file mode 100644 index 81ab9964df..0000000000 --- a/.changeset/dull-dragons-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jspsych/plugin-free-sort": patch ---- - -Fix event handling on non-touch devices diff --git a/.changeset/flat-carrots-cheer.md b/.changeset/flat-carrots-cheer.md deleted file mode 100644 index d8826183be..0000000000 --- a/.changeset/flat-carrots-cheer.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -"@jspsych/plugin-survey-html-form": patch -"@jspsych/plugin-survey-likert": patch -"jspsych": patch -"@jspsych/config": patch -"@jspsych/extension-mouse-tracking": patch -"@jspsych/extension-record-video": patch -"@jspsych/extension-webgazer": patch -"@jspsych/plugin-animation": patch -"@jspsych/plugin-audio-button-response": patch -"@jspsych/plugin-audio-keyboard-response": patch -"@jspsych/plugin-audio-slider-response": patch -"@jspsych/plugin-browser-check": patch -"@jspsych/plugin-call-function": patch -"@jspsych/plugin-canvas-button-response": patch -"@jspsych/plugin-canvas-keyboard-response": patch -"@jspsych/plugin-canvas-slider-response": patch -"@jspsych/plugin-categorize-animation": patch -"@jspsych/plugin-categorize-html": patch -"@jspsych/plugin-categorize-image": patch -"@jspsych/plugin-cloze": patch -"@jspsych/plugin-external-html": patch -"@jspsych/plugin-free-sort": patch -"@jspsych/plugin-fullscreen": patch -"@jspsych/plugin-html-audio-response": patch -"@jspsych/plugin-html-button-response": patch -"@jspsych/plugin-html-keyboard-response": patch -"@jspsych/plugin-html-slider-response": patch -"@jspsych/plugin-html-video-response": patch -"@jspsych/plugin-iat-html": patch -"@jspsych/plugin-iat-image": patch -"@jspsych/plugin-image-button-response": patch -"@jspsych/plugin-image-keyboard-response": patch -"@jspsych/plugin-image-slider-response": patch -"@jspsych/plugin-initialize-camera": patch -"@jspsych/plugin-initialize-microphone": patch -"@jspsych/plugin-instructions": patch -"@jspsych/plugin-maxdiff": patch -"@jspsych/plugin-mirror-camera": patch -"@jspsych/plugin-preload": patch -"@jspsych/plugin-reconstruction": patch -"@jspsych/plugin-resize": patch -"@jspsych/plugin-same-different-html": patch -"@jspsych/plugin-same-different-image": patch -"@jspsych/plugin-serial-reaction-time": patch -"@jspsych/plugin-serial-reaction-time-mouse": patch -"@jspsych/plugin-sketchpad": patch -"@jspsych/plugin-survey": patch -"@jspsych/plugin-survey-multi-choice": patch -"@jspsych/plugin-survey-multi-select": patch -"@jspsych/plugin-survey-text": patch -"@jspsych/plugin-video-button-response": patch -"@jspsych/plugin-video-keyboard-response": patch -"@jspsych/plugin-video-slider-response": patch -"@jspsych/plugin-virtual-chinrest": patch -"@jspsych/plugin-visual-search-circle": patch -"@jspsych/plugin-webgazer-calibrate": patch -"@jspsych/plugin-webgazer-init-camera": patch -"@jspsych/plugin-webgazer-validate": patch ---- - -Point to source maps via canonical unpkg URLs in NPM-published browser builds. This prevents 404 errors when using redirecting CDN URLs (as described in #3043). diff --git a/.changeset/lovely-cobras-give.md b/.changeset/lovely-cobras-give.md deleted file mode 100644 index ee48239b61..0000000000 --- a/.changeset/lovely-cobras-give.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@jspsych/config": major ---- - -Upgrade build tools to their latest versions. This doesn't introduce breaking changes to the artifacts built using `@jspsych/config`, but it requires some minor changes to projects using `@jspsych/config`: - -- The minimum required Node.js version is now 18.0.0 -- Jest has been upgraded from v28 to v29 and ts-jest has been replaced with the more performant Sucrase Jest plugin to avoid significant memory leaks. As a consequence, Jest does no longer type-check code. If you are facing any issues, please check Jest's [upgrade guide](https://jestjs.io/docs/upgrading-to-jest29) for instructions on updating your tests. -- TypeScript has been upgraded from version 4 to version 5. This is very unlikely to break anything in your code though. diff --git a/docs/demos/eye-tracking-with-webgazer.html b/docs/demos/eye-tracking-with-webgazer.html index 5a0bf6fc8e..53efb609c9 100644 --- a/docs/demos/eye-tracking-with-webgazer.html +++ b/docs/demos/eye-tracking-with-webgazer.html @@ -1,19 +1,19 @@
- - - - - - - - + + + + + + + + - + diff --git a/docs/demos/jspsych-animation-demo.html b/docs/demos/jspsych-animation-demo.html index 7acf532003..68abe34efc 100644 --- a/docs/demos/jspsych-animation-demo.html +++ b/docs/demos/jspsych-animation-demo.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-html-audio-response-demo2.html b/docs/demos/jspsych-html-audio-response-demo2.html index 6bd28bb82e..a7031c225f 100644 --- a/docs/demos/jspsych-html-audio-response-demo2.html +++ b/docs/demos/jspsych-html-audio-response-demo2.html @@ -1,11 +1,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-html-audio-response-demo3.html b/docs/demos/jspsych-html-audio-response-demo3.html index a90f3f3a51..41e6dbef58 100644 --- a/docs/demos/jspsych-html-audio-response-demo3.html +++ b/docs/demos/jspsych-html-audio-response-demo3.html @@ -1,12 +1,12 @@ - - - - - - + + + + + + diff --git a/docs/demos/jspsych-html-button-response-demo1.html b/docs/demos/jspsych-html-button-response-demo1.html index 2bae83b4bc..657ae2314b 100644 --- a/docs/demos/jspsych-html-button-response-demo1.html +++ b/docs/demos/jspsych-html-button-response-demo1.html @@ -2,9 +2,9 @@ - - - + + + diff --git a/docs/demos/jspsych-html-keyboard-response-demo1.html b/docs/demos/jspsych-html-keyboard-response-demo1.html index cb31bca64b..aba01d24f4 100644 --- a/docs/demos/jspsych-html-keyboard-response-demo1.html +++ b/docs/demos/jspsych-html-keyboard-response-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-html-keyboard-response-demo2.html b/docs/demos/jspsych-html-keyboard-response-demo2.html index 6b1672b7d8..874f5e6019 100644 --- a/docs/demos/jspsych-html-keyboard-response-demo2.html +++ b/docs/demos/jspsych-html-keyboard-response-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-html-slider-response-demo1.html b/docs/demos/jspsych-html-slider-response-demo1.html index 652e68861b..5c66450fd8 100644 --- a/docs/demos/jspsych-html-slider-response-demo1.html +++ b/docs/demos/jspsych-html-slider-response-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-html-video-response-demo1.html b/docs/demos/jspsych-html-video-response-demo1.html index e2c2afbbb1..f21203f626 100644 --- a/docs/demos/jspsych-html-video-response-demo1.html +++ b/docs/demos/jspsych-html-video-response-demo1.html @@ -2,14 +2,14 @@ - + - - + + - + - + diff --git a/docs/demos/jspsych-html-video-response-demo2.html b/docs/demos/jspsych-html-video-response-demo2.html index 6d4c1bafbb..3d75ed35ff 100644 --- a/docs/demos/jspsych-html-video-response-demo2.html +++ b/docs/demos/jspsych-html-video-response-demo2.html @@ -2,14 +2,14 @@ - + - - + + - + - + diff --git a/docs/demos/jspsych-html-video-response-demo3.html b/docs/demos/jspsych-html-video-response-demo3.html index 06f96379ef..6193b14896 100644 --- a/docs/demos/jspsych-html-video-response-demo3.html +++ b/docs/demos/jspsych-html-video-response-demo3.html @@ -2,15 +2,15 @@ - + - - - + + + - + - + diff --git a/docs/demos/jspsych-iat-html-demo1.html b/docs/demos/jspsych-iat-html-demo1.html index 260b71b88d..84a54238db 100644 --- a/docs/demos/jspsych-iat-html-demo1.html +++ b/docs/demos/jspsych-iat-html-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-iat-image-demo1.html b/docs/demos/jspsych-iat-image-demo1.html index 4a3f12c604..bdf31c508c 100644 --- a/docs/demos/jspsych-iat-image-demo1.html +++ b/docs/demos/jspsych-iat-image-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-button-response-demo1.html b/docs/demos/jspsych-image-button-response-demo1.html index 4ba21bf33c..d556088c20 100644 --- a/docs/demos/jspsych-image-button-response-demo1.html +++ b/docs/demos/jspsych-image-button-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-keyboard-response-demo1.html b/docs/demos/jspsych-image-keyboard-response-demo1.html index 0930b2d6c9..77cdef4be1 100644 --- a/docs/demos/jspsych-image-keyboard-response-demo1.html +++ b/docs/demos/jspsych-image-keyboard-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-keyboard-response-demo2.html b/docs/demos/jspsych-image-keyboard-response-demo2.html index 1f9399834e..1e9ca3e06e 100644 --- a/docs/demos/jspsych-image-keyboard-response-demo2.html +++ b/docs/demos/jspsych-image-keyboard-response-demo2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-image-slider-response-demo1.html b/docs/demos/jspsych-image-slider-response-demo1.html index b3eaebc43a..d2437d89d2 100644 --- a/docs/demos/jspsych-image-slider-response-demo1.html +++ b/docs/demos/jspsych-image-slider-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-initialize-camera-demo1.html b/docs/demos/jspsych-initialize-camera-demo1.html index 3e398cf17d..275fe537ec 100644 --- a/docs/demos/jspsych-initialize-camera-demo1.html +++ b/docs/demos/jspsych-initialize-camera-demo1.html @@ -1,10 +1,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-initialize-microphone-demo1.html b/docs/demos/jspsych-initialize-microphone-demo1.html index 3b707c62bf..9325278700 100644 --- a/docs/demos/jspsych-initialize-microphone-demo1.html +++ b/docs/demos/jspsych-initialize-microphone-demo1.html @@ -1,10 +1,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-instructions-demo-1.html b/docs/demos/jspsych-instructions-demo-1.html index 97ad2eaee2..bc4e668a0a 100644 --- a/docs/demos/jspsych-instructions-demo-1.html +++ b/docs/demos/jspsych-instructions-demo-1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-instructions-demo-2.html b/docs/demos/jspsych-instructions-demo-2.html index 1a5815c3c8..d1baba5014 100644 --- a/docs/demos/jspsych-instructions-demo-2.html +++ b/docs/demos/jspsych-instructions-demo-2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-instructions-demo-3.html b/docs/demos/jspsych-instructions-demo-3.html index 5353e8f423..035152ed9d 100644 --- a/docs/demos/jspsych-instructions-demo-3.html +++ b/docs/demos/jspsych-instructions-demo-3.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-maxdiff-demo1.html b/docs/demos/jspsych-maxdiff-demo1.html index 927115a954..0f974e592b 100644 --- a/docs/demos/jspsych-maxdiff-demo1.html +++ b/docs/demos/jspsych-maxdiff-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-mirror-camera-demo1.html b/docs/demos/jspsych-mirror-camera-demo1.html index 2aa39611be..7873558e35 100644 --- a/docs/demos/jspsych-mirror-camera-demo1.html +++ b/docs/demos/jspsych-mirror-camera-demo1.html @@ -3,13 +3,13 @@ - - + + - + - - + + diff --git a/docs/demos/jspsych-preload-demo1.html b/docs/demos/jspsych-preload-demo1.html index 938e743ee5..01f4dd68b6 100644 --- a/docs/demos/jspsych-preload-demo1.html +++ b/docs/demos/jspsych-preload-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-preload-demo2.html b/docs/demos/jspsych-preload-demo2.html index 922187751e..c1d65260b4 100644 --- a/docs/demos/jspsych-preload-demo2.html +++ b/docs/demos/jspsych-preload-demo2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-preload-demo3.html b/docs/demos/jspsych-preload-demo3.html index 94bdcd9c19..cb5cacd3f6 100644 --- a/docs/demos/jspsych-preload-demo3.html +++ b/docs/demos/jspsych-preload-demo3.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-preload-demo4.html b/docs/demos/jspsych-preload-demo4.html index a39764f53d..de40be750e 100644 --- a/docs/demos/jspsych-preload-demo4.html +++ b/docs/demos/jspsych-preload-demo4.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-reconstruction-demo1.html b/docs/demos/jspsych-reconstruction-demo1.html index 0ac14f4a23..103adef809 100644 --- a/docs/demos/jspsych-reconstruction-demo1.html +++ b/docs/demos/jspsych-reconstruction-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-resize-demo1.html b/docs/demos/jspsych-resize-demo1.html index 25747aecf8..51fccea7f5 100644 --- a/docs/demos/jspsych-resize-demo1.html +++ b/docs/demos/jspsych-resize-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-same-different-html-demo1.html b/docs/demos/jspsych-same-different-html-demo1.html index a6e8d215b9..08838729be 100644 --- a/docs/demos/jspsych-same-different-html-demo1.html +++ b/docs/demos/jspsych-same-different-html-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-same-different-image-demo1.html b/docs/demos/jspsych-same-different-image-demo1.html index c75fd92b10..40af6c04c9 100644 --- a/docs/demos/jspsych-same-different-image-demo1.html +++ b/docs/demos/jspsych-same-different-image-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-demo1.html b/docs/demos/jspsych-serial-reaction-time-demo1.html index b808172a62..cc388ce0b0 100644 --- a/docs/demos/jspsych-serial-reaction-time-demo1.html +++ b/docs/demos/jspsych-serial-reaction-time-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-demo2.html b/docs/demos/jspsych-serial-reaction-time-demo2.html index ec5d6dd5c7..5c77f5eca6 100644 --- a/docs/demos/jspsych-serial-reaction-time-demo2.html +++ b/docs/demos/jspsych-serial-reaction-time-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html b/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html index 5e14ffdcdb..9802a90f14 100644 --- a/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html +++ b/docs/demos/jspsych-serial-reaction-time-mouse-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html b/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html index 15765ea93e..4f0e194038 100644 --- a/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html +++ b/docs/demos/jspsych-serial-reaction-time-mouse-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-sketchpad-demo1.html b/docs/demos/jspsych-sketchpad-demo1.html index 3c88b637bf..e6c52e098f 100644 --- a/docs/demos/jspsych-sketchpad-demo1.html +++ b/docs/demos/jspsych-sketchpad-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-sketchpad-demo2.html b/docs/demos/jspsych-sketchpad-demo2.html index 6e42c07066..5d12cac2b3 100644 --- a/docs/demos/jspsych-sketchpad-demo2.html +++ b/docs/demos/jspsych-sketchpad-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-sketchpad-demo3.html b/docs/demos/jspsych-sketchpad-demo3.html index e37ccedd4c..2ac701f157 100644 --- a/docs/demos/jspsych-sketchpad-demo3.html +++ b/docs/demos/jspsych-sketchpad-demo3.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo1.html b/docs/demos/jspsych-survey-demo1.html index 91b5f271b6..4f01f4f160 100644 --- a/docs/demos/jspsych-survey-demo1.html +++ b/docs/demos/jspsych-survey-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo2.html b/docs/demos/jspsych-survey-demo2.html index d349beddda..8104b15ccc 100644 --- a/docs/demos/jspsych-survey-demo2.html +++ b/docs/demos/jspsych-survey-demo2.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo3.html b/docs/demos/jspsych-survey-demo3.html index 88c8d3ef11..d3940da9c3 100644 --- a/docs/demos/jspsych-survey-demo3.html +++ b/docs/demos/jspsych-survey-demo3.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo4.html b/docs/demos/jspsych-survey-demo4.html index 7decd82e8f..9a4e004d8f 100644 --- a/docs/demos/jspsych-survey-demo4.html +++ b/docs/demos/jspsych-survey-demo4.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-demo5.html b/docs/demos/jspsych-survey-demo5.html index 91a9ed94a2..31d883b0b0 100644 --- a/docs/demos/jspsych-survey-demo5.html +++ b/docs/demos/jspsych-survey-demo5.html @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-survey-html-form-demo1.html b/docs/demos/jspsych-survey-html-form-demo1.html index 79d6448038..2a3d95e2bf 100644 --- a/docs/demos/jspsych-survey-html-form-demo1.html +++ b/docs/demos/jspsych-survey-html-form-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-html-form-demo2.html b/docs/demos/jspsych-survey-html-form-demo2.html index d688ef986d..a52560e2c7 100644 --- a/docs/demos/jspsych-survey-html-form-demo2.html +++ b/docs/demos/jspsych-survey-html-form-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-likert-demo1.html b/docs/demos/jspsych-survey-likert-demo1.html index 3965d45bb3..27e08b5fad 100644 --- a/docs/demos/jspsych-survey-likert-demo1.html +++ b/docs/demos/jspsych-survey-likert-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-likert-demo2.html b/docs/demos/jspsych-survey-likert-demo2.html index bb1ccc9f99..a46e6e7d12 100644 --- a/docs/demos/jspsych-survey-likert-demo2.html +++ b/docs/demos/jspsych-survey-likert-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-multi-choice-demo1.html b/docs/demos/jspsych-survey-multi-choice-demo1.html index 31775e1958..3b0ed38b28 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo1.html +++ b/docs/demos/jspsych-survey-multi-choice-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-multi-choice-demo2.html b/docs/demos/jspsych-survey-multi-choice-demo2.html index 7c67558dfa..6b8dff0072 100644 --- a/docs/demos/jspsych-survey-multi-choice-demo2.html +++ b/docs/demos/jspsych-survey-multi-choice-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-multi-select-demo1.html b/docs/demos/jspsych-survey-multi-select-demo1.html index 5d5c50ece0..2cbafa68ad 100644 --- a/docs/demos/jspsych-survey-multi-select-demo1.html +++ b/docs/demos/jspsych-survey-multi-select-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo1.html b/docs/demos/jspsych-survey-text-demo1.html index 6af742bb76..261fcb9855 100644 --- a/docs/demos/jspsych-survey-text-demo1.html +++ b/docs/demos/jspsych-survey-text-demo1.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo2.html b/docs/demos/jspsych-survey-text-demo2.html index 9f90fa1d44..4666dcfaba 100644 --- a/docs/demos/jspsych-survey-text-demo2.html +++ b/docs/demos/jspsych-survey-text-demo2.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo3.html b/docs/demos/jspsych-survey-text-demo3.html index 2e5c6ba64d..b072bb9408 100644 --- a/docs/demos/jspsych-survey-text-demo3.html +++ b/docs/demos/jspsych-survey-text-demo3.html @@ -2,10 +2,10 @@ - - - - + + + + diff --git a/docs/demos/jspsych-survey-text-demo4.html b/docs/demos/jspsych-survey-text-demo4.html index f1b91cb81a..c9a43c6cca 100644 --- a/docs/demos/jspsych-survey-text-demo4.html +++ b/docs/demos/jspsych-survey-text-demo4.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-video-button-response-demo1.html b/docs/demos/jspsych-video-button-response-demo1.html index a34fe32970..d3e1d3578d 100644 --- a/docs/demos/jspsych-video-button-response-demo1.html +++ b/docs/demos/jspsych-video-button-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-video-keyboard-response-demo1.html b/docs/demos/jspsych-video-keyboard-response-demo1.html index 8c6d87d205..63b39379fb 100644 --- a/docs/demos/jspsych-video-keyboard-response-demo1.html +++ b/docs/demos/jspsych-video-keyboard-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-video-slider-response-demo1.html b/docs/demos/jspsych-video-slider-response-demo1.html index 1de7021f96..7e35e59920 100644 --- a/docs/demos/jspsych-video-slider-response-demo1.html +++ b/docs/demos/jspsych-video-slider-response-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-virtual-chinrest-demo1.html b/docs/demos/jspsych-virtual-chinrest-demo1.html index 20ea0bb4bd..47e8667bb6 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo1.html +++ b/docs/demos/jspsych-virtual-chinrest-demo1.html @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo2.html b/docs/demos/jspsych-virtual-chinrest-demo2.html index e6a6cd5a8b..a8095f5f8b 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo2.html +++ b/docs/demos/jspsych-virtual-chinrest-demo2.html @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/docs/demos/jspsych-virtual-chinrest-demo3.html b/docs/demos/jspsych-virtual-chinrest-demo3.html index 50d74a8ea4..15a1d85f55 100644 --- a/docs/demos/jspsych-virtual-chinrest-demo3.html +++ b/docs/demos/jspsych-virtual-chinrest-demo3.html @@ -2,12 +2,12 @@ - - - - + + + + - + diff --git a/docs/demos/jspsych-visual-search-circle-demo1.html b/docs/demos/jspsych-visual-search-circle-demo1.html index 6c31546c35..d4e2b1ccee 100644 --- a/docs/demos/jspsych-visual-search-circle-demo1.html +++ b/docs/demos/jspsych-visual-search-circle-demo1.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/demos/jspsych-visual-search-circle-demo2.html b/docs/demos/jspsych-visual-search-circle-demo2.html index 51ba66e230..b566531a9b 100644 --- a/docs/demos/jspsych-visual-search-circle-demo2.html +++ b/docs/demos/jspsych-visual-search-circle-demo2.html @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/docs/overview/extensions.md b/docs/overview/extensions.md index bb36a120eb..43030696a0 100644 --- a/docs/overview/extensions.md +++ b/docs/overview/extensions.md @@ -8,7 +8,7 @@ To use an extension in an experiment, you'll load the extension file via a `