|
|
@ -18,7 +18,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$(function () {
|
|
|
|
$(function () {
|
|
|
|
init_activity_KindEditor_data(<%= issue.id%>, null, "87%");
|
|
|
|
init_activity_KindEditor_data(<%= issue.id%>, null, "87%", "<%= issue.class.name %>");
|
|
|
|
showNormalImage('activity_description_<%= issue.id %>');
|
|
|
|
showNormalImage('activity_description_<%= issue.id %>');
|
|
|
|
if ($("#intro_content_<%= issue.id %>").height() > 360) {
|
|
|
|
if ($("#intro_content_<%= issue.id %>").height() > 360) {
|
|
|
|
$("#intro_content_show_<%= issue.id %>").show();
|
|
|
|
$("#intro_content_show_<%= issue.id %>").show();
|
|
|
|