Files
stopwatch/app/views/stopwatch_timers/create.js.erb
T

6 lines
104 B
ERB

hideModal();
window.stopwatch.timerStarted(
<%= raw Stopwatch::Timer.new(User.current).to_json %>
);