mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-04-04 07:41:58 -04:00
updated js to copy clicked link text. Also don't need id tags any more.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user