for special conversation url
This commit is contained in:
parent
a84815aaed
commit
9c65d2df09
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ const Visualize = {
|
||||||
Router.timeoutId = setTimeout(function() {
|
Router.timeoutId = setTimeout(function() {
|
||||||
var m = Active.Map
|
var m = Active.Map
|
||||||
var t = Active.Topic
|
var t = Active.Topic
|
||||||
|
|
||||||
|
if (m && window.location.pathname === '/maps/' + m.id + '/conversation') return
|
||||||
|
|
||||||
if (m && window.location.pathname !== '/maps/' + m.id) {
|
if (m && window.location.pathname !== '/maps/' + m.id) {
|
||||||
Router.navigateAndTrack('/maps/' + m.id)
|
Router.navigateAndTrack('/maps/' + m.id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue