mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-07-02 01:01:08 -04:00
fixes various UI issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
contextMenuHide();
|
||||
window.stopwatch.updateStartStopLink(
|
||||
'#stopwatch_stop_timer_<%= @issue.id %>',
|
||||
'<%= j Stopwatch::IssueLinks.new(@issue).start_timer %>'
|
||||
'<%= j Stopwatch::IssueLinks.new(@issue, self).start_timer %>'
|
||||
);
|
||||
window.stopwatch.timerStopped();
|
||||
|
||||
Reference in New Issue
Block a user