From 7b7ed34a35cfad474c44295ad957e0d24425d3c9 Mon Sep 17 00:00:00 2001 From: edent Date: Mon, 27 Nov 2017 19:32:44 +0000 Subject: [PATCH] Update radius tool --- radius.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius.html b/radius.html index bfafa408..3ab9d48a 100644 --- a/radius.html +++ b/radius.html @@ -76,7 +76,7 @@ render(e.target.value); }); - var urls = items.map(item => 'tiny/' + item + '.svg'); + var urls = items.map(item => 'images/svg/' + item + '.svg'); var icons; Promise.all(urls.map(url => fetch(url).then(res => res.text()))).then(all => { icons = all;