⚡ Finalized share request URL
This commit is contained in:
parent
0816fc6682
commit
7a8d629a81
1 changed files with 1 additions and 2 deletions
|
|
@ -694,8 +694,7 @@
|
|||
let time = new Date().toLocaleTimeString();
|
||||
let date = new Date().toLocaleDateString();
|
||||
navigator.share({
|
||||
title: 'Postwoman • API request builder',
|
||||
text: `at ${time} on ${date}`,
|
||||
text: `Postwoman • API request builder at ${time} on ${date}`,
|
||||
url: window.location.href
|
||||
}).then(() => {
|
||||
// console.log('Thanks for sharing!');
|
||||
|
|
|
|||
Loading…
Reference in a new issue