aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-07 06:07:18 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-07 06:07:18 +1300
commit33783a40ebe4af278bf4f9fa6ca7fa75452c1304 (patch)
tree27b803a30aaf27165e84a236e36f6e91db51d000 /web/app/controller
parent941d09ba9d24fedeab268e9d109d5be9e8008282 (diff)
downloadetbsa-traccar-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.tar.gz
etbsa-traccar-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.tar.bz2
etbsa-traccar-web-33783a40ebe4af278bf4f9fa6ca7fa75452c1304.zip
Add reports to the mobile view
Diffstat (limited to 'web/app/controller')
-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 eaf98e8..568b761 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -82,7 +82,7 @@ Ext.define('Traccar.controller.Root', {
if (attribution) {
attribution.remove();
}
- if (window.matchMedia && window.matchMedia('(max-width: 768px)').matches) {
+ if (Traccar.app.isMobile()) {
Ext.create('widget.mainMobile');
} else {
Ext.create('widget.main');