aboutsummaryrefslogtreecommitdiff
path: root/web/load.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-22 23:28:06 +1300
committerGitHub <noreply@github.com>2016-12-22 23:28:06 +1300
commitb156d60043e8b8498ebd1953acc5a2f77e0b7b44 (patch)
tree7783aeca0a25e461f58ed7eddd62fd49f1d9ae9b /web/load.js
parent987f2aad51e825eba983517b113412ff49777c42 (diff)
parente165b86817ba09824d488e16d41a041761aa9537 (diff)
downloadetbsa-traccar-web-b156d60043e8b8498ebd1953acc5a2f77e0b7b44.tar.gz
etbsa-traccar-web-b156d60043e8b8498ebd1953acc5a2f77e0b7b44.tar.bz2
etbsa-traccar-web-b156d60043e8b8498ebd1953acc5a2f77e0b7b44.zip
Merge pull request #368 from Abyss777/animal_category
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 4dedd77..7aee735 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');
})();