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