time formatting + quote preview + fetched post

This commit is contained in:
James Campos 2011-06-16 11:41:39 -07:00
parent 34c37c719a
commit 24c2aa168a
2 changed files with 3 additions and 1 deletions

View File

@ -2047,7 +2047,8 @@
}
}
}
return qp.innerHTML = html;
qp.innerHTML = html;
return Time.node(qp);
}
};
quoteOP = {

View File

@ -1575,6 +1575,7 @@ quotePreview =
html = reply.innerHTML
break
qp.innerHTML = html
Time.node qp
quoteOP =
init: ->