summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-14 10:32:31 +0900
committersyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-03-14 10:32:31 +0900
commit0caf1bab09ea68ab8e803874bddea233b6d65493 (patch)
tree86758499316bfbf56a851b1fcc8df88a10aad0dc /src
parentBetter GitHub Notifier (diff)
downloadsharkey-0caf1bab09ea68ab8e803874bddea233b6d65493.tar.gz
sharkey-0caf1bab09ea68ab8e803874bddea233b6d65493.tar.bz2
sharkey-0caf1bab09ea68ab8e803874bddea233b6d65493.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/web/app/mobile/tags/post-detail.tag3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/post-detail.tag b/src/web/app/mobile/tags/post-detail.tag
index 44662a9e5c..b32fe6173d 100644
--- a/src/web/app/mobile/tags/post-detail.tag
+++ b/src/web/app/mobile/tags/post-detail.tag
@@ -351,7 +351,8 @@
fetching: false,
post: post,
isRepost: isRepost,
- p: p
+ p: p,
+ summary: this.getPostSummary(p)
});
this.trigger('loaded');