aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-02 09:29:08 +0700
committerAbyss777 <abyss@fox5.ru>2016-12-02 09:29:08 +0700
commitea09b2e85e014d438084a454fae7c0cce57d9773 (patch)
treea19c942034f2404a4e44bd7655b46f769c0691a5 /web/app/controller/Root.js
parent1aae9dee5ecd797c3c2d2a6e985f605d783620ee (diff)
downloadetbsa-traccar-web-ea09b2e85e014d438084a454fae7c0cce57d9773.tar.gz
etbsa-traccar-web-ea09b2e85e014d438084a454fae7c0cce57d9773.tar.bz2
etbsa-traccar-web-ea09b2e85e014d438084a454fae7c0cce57d9773.zip
- Remove single event
- Redo ol.extent calculation with less compares - Uncomment url manipulation
Diffstat (limited to 'web/app/controller/Root.js')
-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 1e83a45..87c4cf5 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -97,7 +97,7 @@ Ext.define('Traccar.controller.Root', {
eventId = Ext.Object.fromQueryString(window.location.search).eventId;
if (eventId) {
this.fireEvent('showsingleevent', eventId);
- //this.removeUrlParameter('eventId');
+ this.removeUrlParameter('eventId');
}
},