Open Mastodon in the same tab
This commit is contained in:
parent
ba270b5bb9
commit
0563c29dd6
1 changed files with 1 additions and 1 deletions
|
@ -79,5 +79,5 @@ document
|
|||
}
|
||||
|
||||
var shareUrl = instance + "share?text=" + encodeURIComponent(text);
|
||||
window.open(shareUrl, '_blank', 'noopener,noreferrer')
|
||||
window.location.href = shareUrl;
|
||||
})
|
||||
|
|
Reference in a new issue