mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
contextMenuHide();
|
|
window.stopwatch.updateStartStopLink(
|
|
'#stopwatch_stop_timer_<%= @issue.id %>',
|
|
'<%= j Stopwatch::IssueLinks.new(@issue).start_timer %>'
|
|
);
|
|
window.stopwatch.timerStopped();
|