kopia lustrzana https://github.com/pixelfed/pixelfed
Update Timeline component
rodzic
ce289de15e
commit
a760d66931
|
@ -712,6 +712,10 @@
|
|||
return;
|
||||
}
|
||||
|
||||
if(window.confirm('Are you sure you want to delete this post?') == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
axios.post('/i/delete', {
|
||||
type: 'status',
|
||||
item: status.id
|
||||
|
|
Ładowanie…
Reference in New Issue