diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-02 09:29:08 +0700 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-02 09:29:08 +0700 |
commit | ea09b2e85e014d438084a454fae7c0cce57d9773 (patch) | |
tree | a19c942034f2404a4e44bd7655b46f769c0691a5 /web/app/controller/Root.js | |
parent | 1aae9dee5ecd797c3c2d2a6e985f605d783620ee (diff) | |
download | trackermap-web-ea09b2e85e014d438084a454fae7c0cce57d9773.tar.gz trackermap-web-ea09b2e85e014d438084a454fae7c0cce57d9773.tar.bz2 trackermap-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 1e83a45f..87c4cf5e 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'); } }, |