mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
hideModal();
|
|
window.stopwatch.timerStarted(
|
|
<%= raw Stopwatch::Timer.new(User.current).to_json %>
|
|
);
|
|
|