rename forward form to repeat form in JS
This commit is contained in:
parent
e75444b30d
commit
1204178660
@ -315,8 +315,8 @@ var SN = { // StatusNet
|
|||||||
$('.form_disfavor').each(function() { SN.U.FormXHR($(this)); });
|
$('.form_disfavor').each(function() { SN.U.FormXHR($(this)); });
|
||||||
},
|
},
|
||||||
|
|
||||||
NoticeForward: function() {
|
NoticeRepeat: function() {
|
||||||
$('.form_forward').each(function() { SN.U.FormXHR($(this)); });
|
$('.form_repeat').each(function() { SN.U.FormXHR($(this)); });
|
||||||
},
|
},
|
||||||
|
|
||||||
NoticeAttachments: function() {
|
NoticeAttachments: function() {
|
||||||
@ -452,7 +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.NoticeRepeat();
|
||||||
SN.U.NoticeReply();
|
SN.U.NoticeReply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user