Specify proper path for the images (including the trashcan).
This commit is contained in:
Jonathan Protzenko 2015-08-03 12:17:20 -07:00
Родитель f8ea1a415a
Коммит 5ceecd4182
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -312,7 +312,8 @@ module TDev {
Blockly.inject($("#editor")[0], {
toolbox: $("#blockly-toolbox")[0],
scrollbars: true
scrollbars: true,
media: "./media/",
});
loadBlockly(message.script.scriptText);
// Hack alert! Blockly's [fireUiEvent] function [setTimeout]'s (with a 0 delay) the actual