Threaded comments (replies) on the profile page

This commit is contained in:
Max Shinn
2011-02-13 18:15:54 -06:00
parent ac675c946d
commit 84021e021e
7 changed files with 240 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
SN.U.NoticeReplySet = function(nick,id) {
$('div.replyform').hide();
$('div#form'+id).show();
}