Skip to content

Commit

Permalink
Deleted '@' from alert message for reply list.
Browse files Browse the repository at this point in the history
  • Loading branch information
drdrang committed Jan 28, 2009
1 parent f8c4058 commit 52a09b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twoot.js
Expand Up @@ -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;
Expand Down

0 comments on commit 52a09b0

Please sign in to comment.