Added JS layout
This commit is contained in:
3
app/views/layouts/body_tracking.js.erb
Normal file
3
app/views/layouts/body_tracking.js.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
$('div[id^=flash_]').remove();
|
||||
$('#content').prepend('<%= j render_flash_messages %>');
|
||||
<%= yield %>
|
||||
Reference in New Issue
Block a user