fix clicking on post ids with dynamically loaded javascript

This commit is contained in:
czaks 2013-12-25 14:16:28 +01:00
parent 0d34594904
commit c23c792a21
2 changed files with 4 additions and 10 deletions

View file

@ -155,6 +155,7 @@ function highlightReply(id) {
if (post)
post.className += ' highlighted';
}
return false;
}
function generatePassword() {
@ -207,6 +208,7 @@ function citeReply(id, with_link) {
$(window).trigger('cite', [id, with_link]);
$(textarea).change();
}
return false;
}
function rememberStuff() {