forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
b1b6574891
commit
0caf1bab09
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@
|
||||||
fetching: false,
|
fetching: false,
|
||||||
post: post,
|
post: post,
|
||||||
isRepost: isRepost,
|
isRepost: isRepost,
|
||||||
p: p
|
p: p,
|
||||||
|
summary: this.getPostSummary(p)
|
||||||
});
|
});
|
||||||
|
|
||||||
this.trigger('loaded');
|
this.trigger('loaded');
|
||||||
|
|
Loading…
Reference in a new issue