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 = {
|
quoteOP = {
|
||||||
|
|||||||
@ -1575,6 +1575,7 @@ quotePreview =
|
|||||||
html = reply.innerHTML
|
html = reply.innerHTML
|
||||||
break
|
break
|
||||||
qp.innerHTML = html
|
qp.innerHTML = html
|
||||||
|
Time.node qp
|
||||||
|
|
||||||
quoteOP =
|
quoteOP =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user