mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
2 lines
153 B
Text
2 lines
153 B
Text
$('#<%= @habit.id %>').html("<%= escape_javascript(render :partial => "habit", :locals => { :habit => @habit }) %>");
|
|
$('#score').html("<%= @score %>");
|