mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 23:24:26 +00:00
parent
6f1344a016
commit
541b4f5d74
@ -69,6 +69,11 @@ function postToElem( post, kind ) {
|
|||||||
postData.attr('data-replied-to-screen-name', userpost["reply"]["n"]);
|
postData.attr('data-replied-to-screen-name', userpost["reply"]["n"]);
|
||||||
postData.attr('data-replied-to-id', userpost["reply"]["k"]);
|
postData.attr('data-replied-to-id', userpost["reply"]["k"]);
|
||||||
|
|
||||||
|
postData.find('.post-expand').text(polyglot.t("Show conversation"));
|
||||||
|
} else if ( "rt" in userpost && "reply" in userpost["rt"] ) {
|
||||||
|
postData.attr('data-replied-to-screen-name', userpost["rt"]["reply"]["n"]);
|
||||||
|
postData.attr('data-replied-to-id', userpost["rt"]["reply"]["k"]);
|
||||||
|
|
||||||
postData.find('.post-expand').text(polyglot.t("Show conversation"));
|
postData.find('.post-expand').text(polyglot.t("Show conversation"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user