forked from leftypol/leftypol
fix clicking on post ids with dynamically loaded javascript
This commit is contained in:
parent
0d34594904
commit
c23c792a21
2 changed files with 4 additions and 10 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue