From 719470994ada2a8b763ac30746a3f331b7549f2e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 26 Aug 2008 21:50:10 -0400 Subject: try to make the reply button do the right thing if there's no notification box. darcs-hash:20080827015010-84dde-d5ed6a0a290273e400b71e4623a54ac88ee29173.gz --- js/util.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'js/util.js') diff --git a/js/util.js b/js/util.js index ba4376eb9..1e782127d 100644 --- a/js/util.js +++ b/js/util.js @@ -46,8 +46,9 @@ function doreply(nick) { if ($("#status_textarea")) { $("#status_textarea").val(replyto); $("#status_textarea").focus(); - } + return false; + } } - return false; + return true; } -- cgit v1.2.3-54-g00ecf