From dd9ff6762801cfd8b0287d947f965bdc94f33ff6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Feb 2017 14:57:17 +0900 Subject: [PATCH] [Client] Fix bug --- src/web/app/desktop/tags/post-detail-sub.tag | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/web/app/desktop/tags/post-detail-sub.tag b/src/web/app/desktop/tags/post-detail-sub.tag index 3093d461f..2de123d1a 100644 --- a/src/web/app/desktop/tags/post-detail-sub.tag +++ b/src/web/app/desktop/tags/post-detail-sub.tag @@ -9,7 +9,7 @@ @{ post.user.username }
- +
@@ -120,9 +120,6 @@ this.mixin('user-preview'); this.post = this.opts.post; - - this.url = CONFIG.url + '/' + this.post.user.username + '/' + this.post.id; - this.title = this.dateStringify(this.post.created_at); this.on('mount', () => {