mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-08-18 22:30:44 -04:00
6 lines
104 B
ERB
6 lines
104 B
ERB
hideModal();
|
|
window.stopwatch.timerStarted(
|
|
<%= raw Stopwatch::Timer.new(User.current).to_json %>
|
|
);
|
|
|