socialforge/app/views/contestant_works/show.js.erb

9 lines
331 B
Plaintext

if($("#about_hwork_<%= @work.id%>").children().length > 0){
$("#about_hwork_<%= @work.id%>").html("");
}
else{
$(".about_hwork").html("");
$("#about_hwork_<%= @work.id%>").html("<%= escape_javascript(render :partial => 'show',:locals => {:work =>@work}) %>");
$('#score_<%= @work.id%>').peSlider({range: 'min'});
}