|
|
@ -100,6 +100,8 @@
|
|
|
|
postContent= postContent.replace(/ {2}/g," ");
|
|
|
|
postContent= postContent.replace(/ {2}/g," ");
|
|
|
|
postContent=postContent.replace(/ /g," ");
|
|
|
|
postContent=postContent.replace(/ /g," ");
|
|
|
|
postContent=postContent.replace(/ /g," ");
|
|
|
|
postContent=postContent.replace(/ /g," ");
|
|
|
|
|
|
|
|
postContent = postContent.gsub(/<script>*/, "<script>");
|
|
|
|
|
|
|
|
postContent = postContent.gsub(/<html>*/, "<html>");
|
|
|
|
$(this).html(postContent);
|
|
|
|
$(this).html(postContent);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
autoUrl('activity_description_<%= reply.id %>');
|
|
|
|
autoUrl('activity_description_<%= reply.id %>');
|
|
|
|