]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Realtime/realtimeupdate.js
Merge branch 'minify' into 0.9.x
[quix0rs-gnu-social.git] / plugins / Realtime / realtimeupdate.js
index 6d47c4487aa8a3f479a18fe262f5164a9a22efe8..ce0297339d22a6eae287850ac8a16376dec700e9 100644 (file)
@@ -94,7 +94,8 @@ RealtimeUpdate = {
         $("#notices_primary .notice:first").fadeIn(1000);
 
         SN.U.FormXHR($('#'+noticeItemID+' .form_favor'));
-        SN.U.NoticeReply();
+        SN.U.NoticeReplyTo($('#'+noticeItemID));
+        SN.U.NoticeWithAttachment($('#'+noticeItemID));
      },
 
      purgeLastNoticeItem: function() {
@@ -280,6 +281,8 @@ RealtimeUpdate = {
             
             return false;
          });
+
+         $('#showstream .entity_profile').css({'width':'69%'});
      }
 }