dont change home link in the mapper profile case
This commit is contained in:
parent
75260496be
commit
d3bc3e3d18
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
document.title = 'Explore My Maps | Metamaps'
|
||||
}
|
||||
|
||||
if (Metamaps.Active.Mapper) $('.homeButton a').attr('href', '/explore/' + section + (id ? '/' + id : ''))
|
||||
if (Metamaps.Active.Mapper && section != 'mapper') $('.homeButton a').attr('href', '/explore/' + section)
|
||||
$('.wrapper').removeClass('homePage mapPage topicPage')
|
||||
$('.wrapper').addClass('explorePage')
|
||||
|
||||
|
|
Loading…
Reference in a new issue