diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 18:56:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 18:56:51 +0900 |
| commit | 659446c075f04f2a52faa5f51d01e14dd8d4aa08 (patch) | |
| tree | ee4772a992ed75f1e7fa2674552ea278ef37ecb8 /src/web/app/mobile | |
| parent | v2515 (diff) | |
| download | sharkey-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.tag | 2 |
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> |