summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/note-menu.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-09 14:58:37 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-09 14:58:37 +0900
commitba1c823fb1839790ffc0bf3881ed8aead5d40713 (patch)
tree0371c19c1bc2470e56d2d7b38aaeab39de18f5f8 /src/client/app/common/views/components/note-menu.vue
parentfix(package): update @types/redis to version 2.8.7 (#2866) (diff)
downloadmisskey-ba1c823fb1839790ffc0bf3881ed8aead5d40713.tar.gz
misskey-ba1c823fb1839790ffc0bf3881ed8aead5d40713.tar.bz2
misskey-ba1c823fb1839790ffc0bf3881ed8aead5d40713.zip
:art:
Diffstat (limited to 'src/client/app/common/views/components/note-menu.vue')
-rw-r--r--src/client/app/common/views/components/note-menu.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/note-menu.vue b/src/client/app/common/views/components/note-menu.vue
index c8ed1225cc..fd66cba8cb 100644
--- a/src/client/app/common/views/components/note-menu.vue
+++ b/src/client/app/common/views/components/note-menu.vue
@@ -103,6 +103,12 @@ export default Vue.extend({
(this as any).api('notes/favorites/create', {
noteId: this.note.id
}).then(() => {
+ this.$swal({
+ type: 'success',
+ showConfirmButton: false,
+ timer: 1250,
+ customClass: 'swal-icon-only'
+ });
this.destroyDom();
});
},