diff --git a/js/dom-functions.js b/js/dom-functions.js index f70c2d1..88337e2 100644 --- a/js/dom-functions.js +++ b/js/dom-functions.js @@ -2308,9 +2308,9 @@ function buildQueetHtml(obj, idInStream, extraClasses, requeeted_by, isConversat }); // if statusnetHTML is contains

:s, unwrap those (diaspora..) - statusnetHTML.children('p').each(function(){ + /*statusnetHTML.children('p').each(function(){ $(this).contents().unwrap(); - }); + });*/ // bookmarks created by the bookmark plugin get's a tooltip statusnetHTML.find('.xfolkentry').each(function(){