summaryrefslogtreecommitdiff
path: root/src/web/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-30 18:56:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-30 18:56:51 +0900
commit659446c075f04f2a52faa5f51d01e14dd8d4aa08 (patch)
treeee4772a992ed75f1e7fa2674552ea278ef37ecb8 /src/web/app/mobile
parentv2515 (diff)
downloadsharkey-659446c075f04f2a52faa5f51d01e14dd8d4aa08.tar.gz
sharkey-659446c075f04f2a52faa5f51d01e14dd8d4aa08.tar.bz2
sharkey-659446c075f04f2a52faa5f51d01e14dd8d4aa08.zip
Fix bug
Diffstat (limited to 'src/web/app/mobile')
-rw-r--r--src/web/app/mobile/tags/timeline.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/timeline.tag b/src/web/app/mobile/tags/timeline.tag
index d8df8b2663..bc01394554 100644
--- a/src/web/app/mobile/tags/timeline.tag
+++ b/src/web/app/mobile/tags/timeline.tag
@@ -190,7 +190,7 @@
<button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
<i class="fa fa-plus"></i><p class="count" if={ p.reactions_count > 0 }>{ p.reactions_count }</p>
</button>
- <button class={ reacted: p.my_reaction != null } onclick={ react } ref="reactButton">
+ <button onclick={ menu } ref="menuButton">
<i class="fa fa-ellipsis-h"></i>
</button>
</footer>