]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
try another tack
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 07:24:29 +0000 (03:24 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 07:24:29 +0000 (03:24 -0400)
darcs-hash:20080709072429-84dde-86bd168e5d70b84cc471c74e349bd4e9a3ba0a70.gz

js/util.js

index d0116574bf2d93d3b6013a430d8a73c230af8853..828915438a1f84078e3c70d2f8a1828c0fc791f7 100644 (file)
@@ -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();
           }
      }