]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
rename forward form to repeat form in JS
authorEvan Prodromou <evan@status.net>
Fri, 11 Dec 2009 15:12:34 +0000 (10:12 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 11 Dec 2009 15:12:34 +0000 (10:12 -0500)
js/util.js

index 71514324b1462f518fb5715ee5cc90d2696c0b44..f60b5d313750559dcd519625d0550d1028f70a84 100644 (file)
@@ -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();
             }