Please enable JavaScript in your browser!
首页
发现
帮助
登录
TechnicalSuwako
/
gnusocial
派生自
gnusocialjp/gnusocial
关注
1
点赞
0
派生
0
文件
目录树:
b2cfbded2e
分支列表
标签列表
1.1.x
1.2.x
1.20.x
1.5
develop
experimental
main
master
nightly
v3
v2.0.2
v2.0.0beta0
v1.20.9release
v1.2.0beta4
v1.1.3release
before-gnusocialjp
gnusocial
/
plugins
/
GNUsocialProfileExtensions
/
js
/
profile.js
profile.js
104 B
文件历史
原始文件
1
2
3
4
5
SN.U.NoticeReplySet = function(nick,id) {
$('div.replyform').hide();
$('div#form'+id).show();
}