From 52a09b0ad7dc1f260b1b88f46c36b563064de6a5 Mon Sep 17 00:00:00 2001 From: "Dr. Drang" Date: Tue, 27 Jan 2009 22:34:33 -0600 Subject: [PATCH] Deleted '@' from alert message for reply list. --- twoot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twoot.js b/twoot.js index 9ff9b4b..3be9531 100644 --- a/twoot.js +++ b/twoot.js @@ -193,7 +193,7 @@ function getReplies() { $("ul.tweet_list li[id^=msg]").remove(); LAST_UPDATE = null; PAGE = 1; - showAlert("Getting @replies..."); + showAlert("Getting replies..."); $(".tweets").gettweets('replies'); $("#alert").fadeOut(2000); return;