mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -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