Skip to content

Commit

Permalink
JSTL cartable fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Apr 15, 2014
1 parent 5628542 commit 72f6d68
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 @@ -49,7 +49,7 @@
function confirmRemove() {
var result = confirm("Are you sure you want to delete?");
if (result) {
window.location.replace("/admin/servlet/RemoveEntry?entry_id=${member.entryId}");
window.parent.location.replace("/admin/servlet/RemoveEntry?entry_id=${member.entryId}");
}
}
</script>
Expand Down

0 comments on commit 72f6d68

Please sign in to comment.