mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
another javascript fix
This commit is contained in:
parent
fdab691cb9
commit
30a149551d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
$('#habit_<%= @habit.id %>').replaceWith("<%= escape_javascript(render :partial => "habit", :locals => { :habit => @habit }) %>");
|
||||
$('#score').replaceWith("<%= @score %>");
|
||||
$('#score').html("<%= @score %>");
|
||||
|
|
|
|||
Loading…
Reference in a new issue