Commit 9f3246dbc3df4a4f2e7c270b8ac9114717162491

Authored by Leandro Santos
1 parent a250c30b
Exists in staging

fix javascript array

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/event/views/blocks/event.html.erb
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 title: '<%= link_to(event.title, event.view_url) %>', 20 title: '<%= link_to(event.title, event.view_url) %>',
21 description: '', 21 description: '',
22 datetime: new Date(<%= event.start_date.to_i %>000) 22 datetime: new Date(<%= event.start_date.to_i %>000)
23 - } 23 + },
24 <% end %> 24 <% end %>
25 ] 25 ]
26 }); 26 });