mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-19 16:07:33 +02:00
update to fixed blockly version
This commit is contained in:
parent
b9a0a91a70
commit
6b0b9afcdd
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit cddf50bc9a76d8ea54185d214164a484edf139a3
|
||||
Subproject commit 0573705733c0591d3559f937a4d616643fb62704
|
|
@ -316,7 +316,7 @@
|
|||
<script>
|
||||
window.addEventListener('load', function load(event) {
|
||||
window.removeEventListener('load', load, false);
|
||||
Ardublockly.init({ blocklyPath: './blockly/blockly' });
|
||||
Ardublockly.init({ blocklyPath: './blockly' });
|
||||
SenseboxExtension.init();
|
||||
|
||||
window.addEventListener('message', function load(event) {
|
||||
|
|
Loading…
Add table
Reference in a new issue