aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-10-21 14:51:37 +0400
committerAnton Tananaev <anton.tananaev@gmail.com>2018-10-21 14:51:37 +0400
commit4bc1650ebe680520c9fc95b1c627fe5b7b8fa22c (patch)
treeb558b41177700f871c91467b063e8db523c44ec0 /web
parent49b8e313bb70fd93ab15c4c316f98ce9bfe7aea5 (diff)
downloadetbsa-traccar-web-4bc1650ebe680520c9fc95b1c627fe5b7b8fa22c.tar.gz
etbsa-traccar-web-4bc1650ebe680520c9fc95b1c627fe5b7b8fa22c.tar.bz2
etbsa-traccar-web-4bc1650ebe680520c9fc95b1c627fe5b7b8fa22c.zip
Fix indentation problem
Diffstat (limited to 'web')
-rw-r--r--web/app/view/map/BaseMap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/BaseMap.js b/web/app/view/map/BaseMap.js
index 42b4bc1..26b9f7c 100644
--- a/web/app/view/map/BaseMap.js
+++ b/web/app/view/map/BaseMap.js
@@ -42,7 +42,7 @@ Ext.define('Traccar.view.map.BaseMap', {
layer = new ol.layer.Tile({
source: new ol.source.XYZ({
url: new DOMParser()
- .parseFromString(server.get('mapUrl'), 'text/html').documentElement.textContent,
+ .parseFromString(server.get('mapUrl'), 'text/html').documentElement.textContent,
attributions: ''
})
});