1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/goals/create.js.erb
2021-02-21 18:10:15 +01:00

3 lines
84 B
Plaintext

$('#new-goal').empty();
$('#goals').html('<%= j render partial: 'goals/index' %>');