Update radius tool

This commit is contained in:
edent
2017-11-27 19:32:44 +00:00
parent ae1ad32456
commit 7b7ed34a35

View File

@@ -76,7 +76,7 @@
render(e.target.value); render(e.target.value);
}); });
var urls = items.map(item => 'tiny/' + item + '.svg'); var urls = items.map(item => 'images/svg/' + item + '.svg');
var icons; var icons;
Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => { Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => {
icons = all; icons = all;