fix incorrect url in qr code url
This commit is contained in:
parent
f602072434
commit
46256e63df
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ c3nav = {
|
||||||
}
|
}
|
||||||
url = c3nav._build_state_url(state);
|
url = c3nav._build_state_url(state);
|
||||||
$share.find('img').attr('src', '/qr'+url);
|
$share.find('img').attr('src', '/qr'+url);
|
||||||
$share.find('input').val(window.location.protocol+'://'+window.location.host+url)[0].select();
|
$share.find('input').val(window.location.protocol+'//'+window.location.host+url)[0].select();
|
||||||
console.log(url);
|
console.log(url);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue