From e165b86817ba09824d488e16d41a041761aa9537 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 22 Dec 2016 14:47:45 +0500 Subject: Add "Animal" device category --- web/load.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/load.js') diff --git a/web/load.js b/web/load.js index 4dedd770..7aee735d 100644 --- a/web/load.js +++ b/web/load.js @@ -144,5 +144,6 @@ addSvgFile('images/motorcycle.svg', 'motorcycleSvg'); addSvgFile('images/bicycle.svg', 'bicycleSvg'); addSvgFile('images/person.svg', 'personSvg'); + addSvgFile('images/animal.svg', 'animalSvg'); })(); -- cgit v1.2.3