Keep tools.xml in the libraries/ directory.

we should only need to serve one copy, this just updates the path Snap!
uses when it looks to import tools from the menu.
pull/68/head
Michael Ball 2018-08-08 21:26:30 -07:00
rodzic 62eedb85f9
commit ee4bfb03d4
2 zmienionych plików z 1 dodań i 2 usunięć

2
gui.js
Wyświetl plik

@ -3233,7 +3233,7 @@ IDE_Morph.prototype.projectMenu = function () {
'Import tools',
function () {
myself.getURL(
myself.resourceURL('tools.xml'),
myself.resourceURL('libraries', 'tools.xml'),
function (txt) {
myself.droppedText(txt, 'tools');
}

File diff suppressed because one or more lines are too long