Commit 5f10b0a
committed
BF: When compiling code for JS the html/js templates didn't honour useVersion
As a result in 2021.2.0 - 2021.2.1 the JS experiments would fail to run
if comiled with a different useVersion due to the change in import format
in 2021.2
Problem arose in Commit 9cda6f5 because this led to psychopy.experiment
being imported before the useVersion had been set1 parent d47f466 commit 5f10b0a
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
169 | | - | |
| 168 | + | |
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
| |||
0 commit comments