File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ export default {
385
385
// Options
386
386
{
387
387
toolbox: serializedToolbox,
388
- // path : '../../', // ? this makes to load audio assets from /media FIXME
388
+ path : ' static/js/blockly/ ' ,
389
389
// TODO: Use values from fetched configuration!
390
390
scrollbars: true ,
391
391
// MaxBlocks : -1, // -1 as infinite not working FIXME
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ export default {
378
378
// Options
379
379
{
380
380
toolbox: serializedToolbox,
381
- // path : '../../', // ? this makes to load audio assets from /media FIXME
381
+ path : ' static/js/blockly/ ' ,
382
382
// TODO: Use values from fetched configuration!
383
383
scrollbars: true ,
384
384
// MaxBlocks : -1, // -1 as infinite not working FIXME
@@ -531,7 +531,7 @@ export default {
531
531
}.bind (this ))
532
532
} else {
533
533
this .unvalidName = true
534
- }
534
+ }
535
535
},
536
536
loadProgramList () {
537
537
let axios = this .$axios
You can’t perform that action at this time.
0 commit comments