1
0
Fork 0

Merge pull request #1422 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-06-18 13:46:34 -06:00 committed by GitHub
commit aa87edcaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

2
public/js/status.js vendored

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,6 @@
"/js/loops.js": "/js/loops.js?id=d5c7e9d0d6a44553dd0d",
"/js/profile.js": "/js/profile.js?id=da5fe0b642f4c24a6eb2",
"/js/search.js": "/js/search.js?id=95c893b755e132a1d7e1",
"/js/status.js": "/js/status.js?id=8d17b80a439765e35906",
"/js/status.js": "/js/status.js?id=9ff4b1402d0616ec7d95",
"/js/timeline.js": "/js/timeline.js?id=31977aa6a7448134f135"
}

View File

@ -728,10 +728,10 @@ export default {
type: 'status',
item: this.status.id
}).then(res => {
swal('Success', 'You have successfully deleted this post', 'success');
setTimeout(function() {
swal('Success', 'You have successfully deleted this post', 'success');
window.location.href = '/';
}, 2000);
}, 3000);
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});