Files
stopwatch/app/views/stopwatch_timers/create.js.erb
2020-07-23 08:35:01 +08:00

5 lines
112 B
Plaintext

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