for special conversation url

This commit is contained in:
Connor Turland 2017-02-05 07:05:25 +00:00
parent a84815aaed
commit 9c65d2df09

View file

@ -213,6 +213,8 @@ const Visualize = {
var m = Active.Map
var t = Active.Topic
if (m && window.location.pathname === '/maps/' + m.id + '/conversation') return
if (m && window.location.pathname !== '/maps/' + m.id) {
Router.navigateAndTrack('/maps/' + m.id)
} else if (t && window.location.pathname !== '/topics/' + t.id) {