|
|
@ -17,5 +17,5 @@ issue_desc_editor = KindEditor.create('#issue_description',
|
|
|
|
"uploadJson":"/kindeditor/upload",
|
|
|
|
"uploadJson":"/kindeditor/upload",
|
|
|
|
"fileManagerJson":"/kindeditor/filemanager"});
|
|
|
|
"fileManagerJson":"/kindeditor/filemanager"});
|
|
|
|
// $("#issue_test_<%#= @issue.id %>").html("<%#= escape_javascript(render :partial => 'issues/edit', :locals => {:issue => Issue.find( @issue_id)}) %>");
|
|
|
|
// $("#issue_test_<%#= @issue.id %>").html("<%#= escape_javascript(render :partial => 'issues/edit', :locals => {:issue => Issue.find( @issue_id)}) %>");
|
|
|
|
$(".homepagePostReplyBannerCount").html('回复(<%= @issue.journals.count %>)');
|
|
|
|
$(".homepagePostReplyBannerCount").html('<%= escape_javascript(render :partial => 'issues/issue_reply_banner') %>');
|
|
|
|
sd_create_editor_from_data(<%= @issue.id%>, null, "100%","<%= @issue.class.name %>");
|
|
|
|
sd_create_editor_from_data(<%= @issue.id%>, null, "100%","<%= @issue.class.name %>");
|