aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-25 14:02:49 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-25 14:02:49 +1300
commit1d0cee71b501123f57aad792f49865230b4a7a2a (patch)
treecf52e7c146679c5fccd9932a15dd464c0d8f2065 /web/app
parentcf30330d877a16a4c31a4cd876e384564e65ac50 (diff)
downloadetbsa-traccar-web-1d0cee71b501123f57aad792f49865230b4a7a2a.tar.gz
etbsa-traccar-web-1d0cee71b501123f57aad792f49865230b4a7a2a.tar.bz2
etbsa-traccar-web-1d0cee71b501123f57aad792f49865230b4a7a2a.zip
Remove unused style parameter
Diffstat (limited to 'web/app')
-rw-r--r--web/app/Style.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index 4960aef..e22869c 100644
--- a/web/app/Style.js
+++ b/web/app/Style.js
@@ -76,7 +76,5 @@ Ext.define('Traccar.Style', {
coordinatePrecision: 6,
numberPrecision: 2,
- reportTagfieldWidth: 375,
-
- headerButtonsMargin: '0 5'
+ reportTagfieldWidth: 375
});