]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove NoticeForward from util.js
authorEvan Prodromou <evan@status.net>
Thu, 10 Dec 2009 19:41:18 +0000 (14:41 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 10 Dec 2009 19:41:18 +0000 (14:41 -0500)
js/util.js

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