habitica/app/views/habits/vote.js.erb
2012-02-01 15:13:52 -05:00

2 lines
153 B
Text

$('#<%= @habit.id %>').html("<%= escape_javascript(render :partial => "habit", :locals => { :habit => @habit }) %>");
$('#score').html("<%= @score %>");