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