remove NoticeForward from util.js
This commit is contained in:
parent
433106dfc5
commit
038fbddd02
@ -315,10 +315,6 @@ var SN = { // StatusNet
|
||||
$('.form_disfavor').each(function() { SN.U.FormXHR($(this)); });
|
||||
},
|
||||
|
||||
NoticeForward: function() {
|
||||
$('.form_forward').each(function() { SN.U.FormXHR($(this)); });
|
||||
},
|
||||
|
||||
NoticeAttachments: function() {
|
||||
$('.notice a.attachment').each(function() {
|
||||
SN.U.NoticeWithAttachment($(this).closest('.notice'));
|
||||
@ -452,7 +448,6 @@ var SN = { // StatusNet
|
||||
Notices: function() {
|
||||
if ($('body.user_in').length > 0) {
|
||||
SN.U.NoticeFavor();
|
||||
SN.U.NoticeForward();
|
||||
SN.U.NoticeReply();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user