fix share ui urls (fixes #42)

This commit is contained in:
Laura Klünder 2019-12-25 14:44:20 +01:00
parent e2990b8173
commit 901d4c52cf

View file

@ -834,8 +834,7 @@ c3nav = {
state = $.extend({}, c3nav.state),
url;
if (location.slug) {
console.log('bla');
url = '/' + location.slug + '/';
url = '/l/' + location.slug + '/';
} else {
if (!with_position) {
state.center = null;