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

5 lines
123 B
Plaintext

hideModal();
$('#ajax-modal').html('<%= j render partial: 'stopwatch_timers/edit' %>');
showModal('ajax-modal', '700px');