diff options
author | Godwin peter .O <gpproton@live.com> | 2018-10-16 02:46:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 02:46:36 +0100 |
commit | 487de5e2b87fa1dde2b8c8685e9a6617d1eff694 (patch) | |
tree | e4b59628e053f917865046abebbffd74cb211221 /web | |
parent | bf0e2a0be1b78690cba8aa9fab5fdde2359d90f4 (diff) | |
download | trackermap-web-487de5e2b87fa1dde2b8c8685e9a6617d1eff694.tar.gz trackermap-web-487de5e2b87fa1dde2b8c8685e9a6617d1eff694.tar.bz2 trackermap-web-487de5e2b87fa1dde2b8c8685e9a6617d1eff694.zip |
Update Application.js
Diffstat (limited to 'web')
-rw-r--r-- | web/app/Application.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index a4cbbf22..9b718807 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -21,7 +21,8 @@ Ext.define('Traccar.Application', { requires: [ 'Traccar.Style', - 'Traccar.AttributeFormatter' + 'Traccar.AttributeFormatter', + 'Traccar.view.TouchFix62' ], models: [ |