profile.js 104 B

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