aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-12-23 19:09:39 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-12-23 19:09:39 +1300
commitc1eb91d66a9f70ae10285f0b2d2fe82830fc5876 (patch)
tree90c15c602667ed3f252a6cf45ebca6ba87ade6bb /web/app/view/Devices.js
parent8ac2a257cf47c95296324c038b37ef36c5b26f50 (diff)
downloadtrackermap-server-c1eb91d66a9f70ae10285f0b2d2fe82830fc5876.tar.gz
trackermap-server-c1eb91d66a9f70ae10285f0b2d2fe82830fc5876.tar.bz2
trackermap-server-c1eb91d66a9f70ae10285f0b2d2fe82830fc5876.zip
Fix JavaScript warnings and style issues
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r--web/app/view/Devices.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index 21bea6980..66c4e813b 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -42,7 +42,7 @@ Ext.define('Traccar.view.Devices', {
}, {
xtype: 'tbfill'
}, {
- id:'deviceFollowButton',
+ id: 'deviceFollowButton',
glyph: 'xf05b@FontAwesome',
tooltip: Strings.deviceFollow,
tooltipType: 'title',