aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-06-20 11:05:15 +0500
committerAbyss777 <abyss@fox5.ru>2016-06-20 11:05:15 +0500
commitf82970ac21ec2f050a09493fa7bc46c7178b57c3 (patch)
tree91153bf6a9daacb97f6cd18912361543db000fc0 /web/app/controller
parent66a21745d90fe1068f3415e705dff3736c19eaaa (diff)
downloadtrackermap-server-f82970ac21ec2f050a09493fa7bc46c7178b57c3.tar.gz
trackermap-server-f82970ac21ec2f050a09493fa7bc46c7178b57c3.tar.bz2
trackermap-server-f82970ac21ec2f050a09493fa7bc46c7178b57c3.zip
- Merged 5 Link/Unlink controllers to one
- Other style fixes
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 bbbe616a0..56a076edd 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -95,7 +95,7 @@ Ext.define('Traccar.controller.Root', {
};
socket.onmessage = function (event) {
- var i, j, store, data, array, entity, device, typeKey, text;
+ var i, j, store, data, array, entity, device, typeKey, text, geofence;
data = Ext.decode(event.data);