add real quick reply (wtf was the other thing?)

This commit is contained in:
Michael Foster 2013-09-15 07:17:02 +10:00
parent 4cd2389655
commit 9a8cebe4a1
3 changed files with 190 additions and 32 deletions

View file

@ -198,6 +198,10 @@ function citeReply(id) {
// ???
body.value += '>>' + id + '\n';
}
if ($) {
$(window).trigger('cite', id);
$(body).change();
}
}
function rememberStuff() {