time formatting + quote preview + fetched post
This commit is contained in:
parent
34c37c719a
commit
24c2aa168a
@ -2047,7 +2047,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
return qp.innerHTML = html;
|
||||
qp.innerHTML = html;
|
||||
return Time.node(qp);
|
||||
}
|
||||
};
|
||||
quoteOP = {
|
||||
|
||||
@ -1575,6 +1575,7 @@ quotePreview =
|
||||
html = reply.innerHTML
|
||||
break
|
||||
qp.innerHTML = html
|
||||
Time.node qp
|
||||
|
||||
quoteOP =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user