Disabled blockly editor sounds

This commit is contained in:
Brendan Robert 2015-09-12 23:21:17 -05:00
parent e69a655426
commit 38e8a0dcc7

View File

@ -96,7 +96,7 @@
<script>
Mythos.initBlocks();
Mythos.workspace = Blockly.inject(document.getElementById('blocklyDiv'),
{path: '../../', toolbox: document.getElementById('toolbox')});
{path: '../../', toolbox: document.getElementById('toolbox'), sounds: false});
</script>
</body>