mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
fix of "long twists in citations are shown not in full"
This commit is contained in:
parent
a2619a3bff
commit
8d37b7cf4f
@ -244,7 +244,7 @@ function setPostReference(elem, rt, sig_rt) {
|
||||
.attr('data-screen-name', rt.n)
|
||||
.attr('data-id', rt.k)
|
||||
.attr('data-userpost', $.toJSON({userpost: rt, sig_userpost: sig_rt}))
|
||||
.find('.post-text').each(function (i, elem) {fillElemWithTxt($(elem), rt.msg);})
|
||||
.find('.post-text').each(function (i, elem) {fillElemWithTxt($(elem), rt.msg + (rt.msg2 || ''));})
|
||||
;
|
||||
setPostCommon(elem, rt.n, rt.time);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user