Threaded comments (replies) on the profile page
This commit is contained in:
4
plugins/GNUsocialProfileExtensions/js/profile.js
Normal file
4
plugins/GNUsocialProfileExtensions/js/profile.js
Normal file
@@ -0,0 +1,4 @@
|
||||
SN.U.NoticeReplySet = function(nick,id) {
|
||||
$('div.replyform').hide();
|
||||
$('div#form'+id).show();
|
||||
}
|
Reference in New Issue
Block a user