1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Fix email this

This commit is contained in:
ksamuel 2020-08-12 11:21:18 +02:00
parent b2f49953f5
commit 2aeaa0c482

View File

@ -119,7 +119,7 @@ const app = new Vue({
}, },
handleSendByEmail: (e) => { handleSendByEmail: (e) => {
e.target.href = 'mailto:friend@example.com?body=' + window.location.toString(); window.location = 'mailto:friend@example.com?body=' + window.location.toString();
}, },
handleDeletePaste: () => { handleDeletePaste: () => {