mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
works, basically
This commit is contained in:
5
app/views/stopwatch_timers/update.js.erb
Normal file
5
app/views/stopwatch_timers/update.js.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
hideModal();
|
||||
<% if params[:continue] %>
|
||||
$('#ajax-modal').html('<%= j render partial: 'stopwatch_timers/new' %>');
|
||||
showModal('ajax-modal', '600px');
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user