点击首页底部的“帮助中心”,弹无效弹框

dev_shcool
daiao 9 years ago
parent 8626692367
commit f0d150ec47

@ -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 %>');

Loading…
Cancel
Save