1
0
Fork 0

Update Timeline component

This commit is contained in:
Daniel Supernault 2019-03-25 19:07:25 -06:00
parent ce289de15e
commit a760d66931
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -712,6 +712,10 @@
return; return;
} }
if(window.confirm('Are you sure you want to delete this post?') == false) {
return;
}
axios.post('/i/delete', { axios.post('/i/delete', {
type: 'status', type: 'status',
item: status.id item: status.id