Fix scroll to issues with post-hover.js, clean up highlightReply
This commit is contained in:
@@ -155,7 +155,7 @@ function highlightReply(id) {
|
||||
if (post)
|
||||
post.className += ' highlighted';
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
function generatePassword() {
|
||||
@@ -187,6 +187,8 @@ function dopost(form) {
|
||||
|
||||
function citeReply(id, with_link) {
|
||||
var textarea = document.getElementById('body');
|
||||
|
||||
if (!textarea) return false;
|
||||
|
||||
if (document.selection) {
|
||||
// IE
|
||||
|
Reference in New Issue
Block a user