From 1e63fd4a341fc344e3bb4a03b0e8cac068e77c10 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 20 Oct 2008 13:21:17 -0400 Subject: more specific selector for updating replies darcs-hash:20081020172117-5ed1f-29177ae6f4439707b20732cccb83ef12f8478f85.gz --- js/util.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js') diff --git a/js/util.js b/js/util.js index 0055c35df..91147b397 100644 --- a/js/util.js +++ b/js/util.js @@ -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; } -- cgit v1.2.3-54-g00ecf