]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
no notice form on invites
[quix0rs-gnu-social.git] / js / util.js
index d1259b05a49441985023954a36175306f584009f..55f2920cd5f4a9e25a13bb9c92ce2304b3e25266 100644 (file)
@@ -609,8 +609,7 @@ var SN = { // StatusNet
             $('#content .notice_reply').live('click', function(e) {
                 e.preventDefault();
                 var notice = $(this).closest('li.notice');
-                var nickname = ($('.author .nickname', notice).length > 0) ? $($('.author .nickname', notice)[0]) : $('.author .nickname.uid');
-                SN.U.NoticeInlineReplyTrigger(notice, '@' + nickname.text());
+                SN.U.NoticeInlineReplyTrigger(notice);
                 return false;
             });
         },