mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Fix several RTL bugs.
This commit is contained in:
@@ -81,7 +81,8 @@
|
||||
|
||||
<script>
|
||||
var workspace = Blockly.inject('blocklyDiv',
|
||||
{toolbox: document.getElementById('toolbox')});
|
||||
{media: '../../media/',
|
||||
toolbox: document.getElementById('toolbox')});
|
||||
|
||||
// An href with #key trigers an AJAX call to retrieve saved blocks.
|
||||
if ('BlocklyStorage' in window && window.location.hash.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user