diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2016-12-30 12:37:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2016-12-30 12:37:06 +0900 |
| commit | 9edd6a8c3e13877b0f32423511fcf3c3e2299c09 (patch) | |
| tree | 243951b4f139b5a69e50162ef032a02d4b26abb3 | |
| parent | Fix: Allow なでなで (diff) | |
| download | sharkey-9edd6a8c3e13877b0f32423511fcf3c3e2299c09.tar.gz sharkey-9edd6a8c3e13877b0f32423511fcf3c3e2299c09.tar.bz2 sharkey-9edd6a8c3e13877b0f32423511fcf3c3e2299c09.zip | |
Fix bug
| -rw-r--r-- | src/web/app/mobile/tags/user-timeline.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/user-timeline.tag b/src/web/app/mobile/tags/user-timeline.tag index 7aa23d2150..848405d24e 100644 --- a/src/web/app/mobile/tags/user-timeline.tag +++ b/src/web/app/mobile/tags/user-timeline.tag @@ -1,5 +1,5 @@ mk-user-timeline - mk-timeline(init={ init }, more={ more }, empty={ with-media ? 'メディア付き投稿はありません。' : 'このユーザーはまだ投稿していないようです。' }) + mk-timeline@timeline(init={ init }, more={ more }, empty={ with-media ? 'メディア付き投稿はありません。' : 'このユーザーはまだ投稿していないようです。' }) style. display block |