]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/GNUsocialProfileExtensions/js/profile.js
Threaded comments (replies) on the profile page
[quix0rs-gnu-social.git] / plugins / GNUsocialProfileExtensions / js / profile.js
1 SN.U.NoticeReplySet = function(nick,id) {
2     $('div.replyform').hide();
3     $('div#form'+id).show();
4 }