Skip to content

Commit

Permalink
fix js onclick
Browse files Browse the repository at this point in the history
  • Loading branch information
MecBoc committed May 27, 2019
1 parent d0361ea commit d5c86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/elaborazione/new_ws.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
title="Modifica associazione" class="disabled"> <i
class="fa fa-pencil"></i>
</a></td>
<td><a href="javascript:void(0)"
<td><a href="javascript:void(0)"
th:onclick="'javascript:mostraDialogEliminaAssociazione(\'' + ${elaborazione.id} + '\', \'' + ${stepV.id} + '\', \'' + ${stepV.sxWorkset.nome} + '\')'"
title="Elimina associazione"> <i class="fa fa-trash-o"></i>
</a> <input type="hidden" name="stepid" th:value="${stepV.id}" />
Expand Down

0 comments on commit d5c86b7

Please sign in to comment.