Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
RMichael
/
gnu-social
forked from
diogo/gnu-social
Watch
1
Star
0
Fork
0
Files
Tree:
9a39ebe66f
Branches
Tags
1.1.x
1.2.x
GS-Oembed-plugin
Nodeinfo
XMPPHP
activitypub
experimental
issue-305
issue-323
issue-326
issue-337
issue-338
master
nightly
gnu-social
/
plugins
/
GNUsocialProfileExtensions
/
js
/
profile.js
profile.js
104 B
History
Raw
1
2
3
4
5
SN.U.NoticeReplySet = function(nick,id) {
$('div.replyform').hide();
$('div#form'+id).show();
}