forked from GNUsocial/gnu-social
try to make the reply button do the right thing if there's no notification box.
darcs-hash:20080827015010-84dde-d5ed6a0a290273e400b71e4623a54ac88ee29173.gz
This commit is contained in:
@@ -46,8 +46,9 @@ function doreply(nick) {
|
||||
if ($("#status_textarea")) {
|
||||
$("#status_textarea").val(replyto);
|
||||
$("#status_textarea").focus();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user