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/meals/update_notes.js.erb
2020-04-19 18:16:07 +02:00

3 lines
89 B
Plaintext

var box = $('div[id=notes-<%= @meal.id %>]');
box.html('<%= j display_notes(@meal) %>');