fix clicking on post ids with dynamically loaded javascript
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user