updated js to copy clicked link text. Also don't need id tags any more.

This commit is contained in:
2026-02-16 21:32:00 -05:00
parent dba8381913
commit ed38584ab2
3 changed files with 14 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
<tr>
<th><%= t(:field_vin) %></th>
<td id="vin">
<td>
<a href="#" onclick="handleCopy(event)"><%= @vin[0] if @vin %><b><%=@vin[1] if @vin%></b></a>
</td>
</tr>