summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-17 00:33:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-17 00:33:10 +0900
commita583939767dbaa882b453f8b1fbadb678a9e9cb3 (patch)
tree0480f02bc25809ce8110c50cad724d67eadb4ceb /src
parentMeta を二重にデータベースに保存できないように (diff)
parentCorrect syntax error (#4718) (diff)
downloadsharkey-a583939767dbaa882b453f8b1fbadb678a9e9cb3.tar.gz
sharkey-a583939767dbaa882b453f8b1fbadb678a9e9cb3.tar.bz2
sharkey-a583939767dbaa882b453f8b1fbadb678a9e9cb3.zip
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/scripts/note-mixin.ts2
-rw-r--r--src/client/style.styl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/scripts/note-mixin.ts b/src/client/app/common/scripts/note-mixin.ts
index 67bbe8c0ae..4b454f8800 100644
--- a/src/client/app/common/scripts/note-mixin.ts
+++ b/src/client/app/common/scripts/note-mixin.ts
@@ -134,7 +134,7 @@ export default (opts: Opts = {}) => ({
},
reactDirectly(reaction) {
- (this.$root.api('notes/reactions/create', {
+ this.$root.api('notes/reactions/create', {
noteId: this.appearNote.id,
reaction: reaction
});
diff --git a/src/client/style.styl b/src/client/style.styl
index c6a8e4f19d..968e66e754 100644
--- a/src/client/style.styl
+++ b/src/client/style.styl
@@ -1,4 +1,4 @@
-@charset 'utf-8'
+@charset "utf-8"
/*
::selection