diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-18 11:27:28 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-18 11:27:28 +1300 |
commit | 545705b01818d4239710633ef9b1dacfafc61b44 (patch) | |
tree | c80abdddbc67b034dc7de81869f470aca7b8d4eb /web/app/Style.js | |
parent | dee1624d4730f2a7c91f940371798956377ff6f2 (diff) | |
download | trackermap-web-545705b01818d4239710633ef9b1dacfafc61b44.tar.gz trackermap-web-545705b01818d4239710633ef9b1dacfafc61b44.tar.bz2 trackermap-web-545705b01818d4239710633ef9b1dacfafc61b44.zip |
Fallback to REST if WebSocket not available
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index e22869c5..c5fce9b6 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -18,6 +18,8 @@ Ext.define('Traccar.Style', { singleton: true, + reconnectTimeout: 60 * 1000, + normalPadding: 10, windowWidth: 640, |