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:
parent
b2f49953f5
commit
2aeaa0c482
@ -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: () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user