From: Evan Prodromou Date: Wed, 9 Jul 2008 07:24:29 +0000 (-0400) Subject: try another tack X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d31624629e17d1809095389f43fe22f47d8c1d58;p=quix0rs-gnu-social.git try another tack darcs-hash:20080709072429-84dde-86bd168e5d70b84cc471c74e349bd4e9a3ba0a70.gz --- diff --git a/js/util.js b/js/util.js index d0116574bf..828915438a 100644 --- a/js/util.js +++ b/js/util.js @@ -26,7 +26,7 @@ function doreply(nick) { if (nick.match(rgx_username)) { replyto = "@" + nick + " "; if ($("#status_textarea")) { - $("#status_textarea").value=replyto; + $("#status_textarea").val(replyto); $("#status_textarea").focus(); } }