forked from GNUsocial/gnu-social
Fix for reply arrow in profile page
darcs-hash:20080905090848-58978-6b47e2b4b30fccc02df7cf3aa43fede33379c1ee.gz
This commit is contained in:
parent
77a96747d7
commit
a2ff06d046
@ -58,7 +58,7 @@ function doreply(nick) {
|
|||||||
rgx_username = /^[0-9a-zA-Z\-_.]*$/;
|
rgx_username = /^[0-9a-zA-Z\-_.]*$/;
|
||||||
if (nick.match(rgx_username)) {
|
if (nick.match(rgx_username)) {
|
||||||
replyto = "@" + nick + " ";
|
replyto = "@" + nick + " ";
|
||||||
if ($("#status_textarea")) {
|
if ($("#status_textarea").length) {
|
||||||
$("#status_textarea").val(replyto);
|
$("#status_textarea").val(replyto);
|
||||||
$("#status_textarea").focus();
|
$("#status_textarea").focus();
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user