mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 17:51:59 -04:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
hideModal();
|
|
<% if params[:continue] %>
|
|
$('#ajax-modal').html('<%= j render partial: 'stopwatch_timers/new' %>');
|
|
showModal('ajax-modal', '600px');
|
|
<% end %>
|