2015-05-21 17:17:54 +08:00
|
|
|
if($("#about_hwork_<%= @work.id%>").children().length > 0)
|
|
|
|
{$("#about_hwork_<%= @work.id%>").html("");}
|
|
|
|
else
|
|
|
|
{
|
2015-05-27 11:25:32 +08:00
|
|
|
$("#about_hwork_<%= @work.id%>").html("<%= escape_javascript(render :partial => 'show') %>");
|
2015-05-21 17:17:54 +08:00
|
|
|
$('#score_<%= @work.id%>').peSlider({range: 'min'});
|
|
|
|
}
|