Fix several RTL bugs.

This commit is contained in:
Neil Fraser
2015-05-19 12:02:34 -07:00
parent b21438e96e
commit 6fdab711b2
51 changed files with 148 additions and 168 deletions

View File

@@ -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) {