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)); });
|
||||
},
|
||||
|
||||
NoticeForward: function() {
|
||||
$('.form_forward').each(function() { SN.U.FormXHR($(this)); });
|
||||
NoticeRepeat: function() {
|
||||
$('.form_repeat').each(function() { SN.U.FormXHR($(this)); });
|
||||
},
|
||||
|
||||
NoticeAttachments: function() {
|
||||
@ -452,7 +452,7 @@ var SN = { // StatusNet
|
||||
Notices: function() {
|
||||
if ($('body.user_in').length > 0) {
|
||||
SN.U.NoticeFavor();
|
||||
SN.U.NoticeForward();
|
||||
SN.U.NoticeRepeat();
|
||||
SN.U.NoticeReply();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user