From d31624629e17d1809095389f43fe22f47d8c1d58 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 03:24:29 -0400 Subject: try another tack darcs-hash:20080709072429-84dde-86bd168e5d70b84cc471c74e349bd4e9a3ba0a70.gz --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/util.js b/js/util.js index d0116574b..828915438 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(); } } -- cgit v1.2.3-54-g00ecf