aboutsummaryrefslogtreecommitdiff
path: root/web/load.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-22 14:47:45 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-22 14:47:45 +0500
commite165b86817ba09824d488e16d41a041761aa9537 (patch)
tree7783aeca0a25e461f58ed7eddd62fd49f1d9ae9b /web/load.js
parent987f2aad51e825eba983517b113412ff49777c42 (diff)
downloadtrackermap-web-e165b86817ba09824d488e16d41a041761aa9537.tar.gz
trackermap-web-e165b86817ba09824d488e16d41a041761aa9537.tar.bz2
trackermap-web-e165b86817ba09824d488e16d41a041761aa9537.zip
Add "Animal" device category
Diffstat (limited to 'web/load.js')
-rw-r--r--web/load.js1
1 files changed, 1 insertions, 0 deletions
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');
})();