|
|
@ -5,6 +5,8 @@
|
|
|
|
$('#jours_count').html("<%= @jours_count %>");
|
|
|
|
$('#jours_count').html("<%= @jours_count %>");
|
|
|
|
<% elsif @course && @jours_count%>
|
|
|
|
<% elsif @course && @jours_count%>
|
|
|
|
$('#course_jour_count').html("(<%= @jours_count %>)");
|
|
|
|
$('#course_jour_count').html("(<%= @jours_count %>)");
|
|
|
|
|
|
|
|
<% elsif @user && @jours_count%>
|
|
|
|
|
|
|
|
$('#jour_count').html("<%= @jours_count %>");
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
var destroyedItem = $('#word_li_<%=@journal_destroyed.id%>')
|
|
|
|
var destroyedItem = $('#word_li_<%=@journal_destroyed.id%>')
|
|
|
|
destroyedItem.fadeOut(600,function(){
|
|
|
|
destroyedItem.fadeOut(600,function(){
|
|
|
|