⚡ Finalized share request URL
This commit is contained in:
@@ -694,8 +694,7 @@
|
|||||||
let time = new Date().toLocaleTimeString();
|
let time = new Date().toLocaleTimeString();
|
||||||
let date = new Date().toLocaleDateString();
|
let date = new Date().toLocaleDateString();
|
||||||
navigator.share({
|
navigator.share({
|
||||||
title: 'Postwoman • API request builder',
|
text: `Postwoman • API request builder at ${time} on ${date}`,
|
||||||
text: `at ${time} on ${date}`,
|
|
||||||
url: window.location.href
|
url: window.location.href
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
// console.log('Thanks for sharing!');
|
// console.log('Thanks for sharing!');
|
||||||
|
|||||||
Reference in New Issue
Block a user