fixes various UI issues

This commit is contained in:
Jens Kraemer
2025-06-24 15:48:03 +08:00
parent 3c709b1329
commit 8e34eb627c
4 changed files with 12 additions and 12 deletions

View File

@@ -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();