From 33487cc1664d831300138112a942ca0471b0010d Mon Sep 17 00:00:00 2001 From: codebymikey <9484406+codebymikey@users.noreply.github.com> Date: Wed, 21 May 2025 16:21:05 +0100 Subject: [PATCH] Fix issue with the comment image elements losing their name attributes --- app/views/wkexpense/edit.html.erb | 3 --- app/views/wktime/edit.html.erb | 2 -- assets/javascripts/edit.js | 6 ++++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app/views/wkexpense/edit.html.erb b/app/views/wkexpense/edit.html.erb index 1ba997c8..7a6726ff 100644 --- a/app/views/wkexpense/edit.html.erb +++ b/app/views/wkexpense/edit.html.erb @@ -19,9 +19,6 @@ Setting.plugin_redmine_wktime['wktime_enter_comment_in_row'].to_i == 1 %> commentInRow = true; <% end %> - withCommantImg = '<%= image_tag('withcommant.png', plugin: 'redmine_wktime') %>'; - withoutcommantImg = '<%= image_tag('withoutcommant.png', plugin: 'redmine_wktime') %>'; -