Files
stopwatch/app/views/stopwatch_timers/update.js.erb
2020-04-24 17:20:18 +08:00

6 lines
162 B
Plaintext

hideModal();
<% if params[:continue] %>
$('#ajax-modal').html('<%= j render partial: 'stopwatch_timers/new' %>');
showModal('ajax-modal', '600px');
<% end %>