aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-09-05 10:53:32 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-09-05 10:53:32 -0700
commitfc6cb8756253f3026a49ee7a488bfde6e2da6122 (patch)
treea3bf2d203f867272f365d4cee1f57f70ba3222c4 /web
parenta16110c76f3d6dfd148714201d6667b95f7210e2 (diff)
downloadetbsa-traccar-web-fc6cb8756253f3026a49ee7a488bfde6e2da6122.tar.gz
etbsa-traccar-web-fc6cb8756253f3026a49ee7a488bfde6e2da6122.tar.bz2
etbsa-traccar-web-fc6cb8756253f3026a49ee7a488bfde6e2da6122.zip
Fix style check
Diffstat (limited to 'web')
-rw-r--r--web/app/controller/Root.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index bbfa084..0f9f345 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -77,7 +77,7 @@ Ext.define('Traccar.controller.Root', {
closable: false,
modal: false,
maxWidth: maxWidth
- }).alignTo(Ext.getBody(), "t-t", [0, Traccar.Style.normalPadding]);
+ }).alignTo(Ext.getBody(), 't-t', [0, Traccar.Style.normalPadding]);
},
onServerReturn: function (options, success, response) {