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