|
|
@ -150,9 +150,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
var postContent = $("#intro_content_<%= @document.id%>").html();
|
|
|
|
/*var postContent = $("#intro_content_<%#= @document.id%>").html();
|
|
|
|
postContent = postContent.replace(/ /g," ");
|
|
|
|
postContent = postContent.replace(/ /g," ");
|
|
|
|
$("#intro_content_<%= @document.id%>").html(postContent);
|
|
|
|
$("#intro_content_<%#= @document.id%>").html(postContent);*/
|
|
|
|
});
|
|
|
|
});
|
|
|
|
function expand_reply(container, btnid) {
|
|
|
|
function expand_reply(container, btnid) {
|
|
|
|
var target = $(container);
|
|
|
|
var target = $(container);
|
|
|
|