Skip to content

Commit

Permalink
Updated comment in cartable
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Apr 18, 2014
1 parent 7d97dea commit 619ae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carcv-webapp/src/main/webapp/app/cartable.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script>
function confirmRemove() {
var result = confirm("Are you sure you want to delete?");
if (result) { // TODO remove the correct entry!
if (result) { // TODO remove the correct entry! See issue #28
window.parent.location.replace("/admin/servlet/RemoveEntry?entry_id=${member.entryId}");
}
}
Expand Down

0 comments on commit 619ae28

Please sign in to comment.