]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
more specific selector for updating replies
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 20 Oct 2008 17:21:17 +0000 (13:21 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 20 Oct 2008 17:21:17 +0000 (13:21 -0400)
darcs-hash:20081020172117-5ed1f-29177ae6f4439707b20732cccb83ef12f8478f85.gz

js/util.js

index 0055c35dfade85bc35f7d495926eb6d372307213..91147b397a16d6231554b396d6e094218c5fb31c 100644 (file)
@@ -97,10 +97,8 @@ function doreply(nick,id) {
                $("#status_textarea").focus();
                           return false;
                  }
-          if (id) {
-               $("#inreplyto").val(id);
-          }
      }
+     $("form#status_form input#inreplyto").val(id);
      return true;
 }