This commit is contained in:
Karl Cordes 2013-06-27 00:22:32 +10:00
parent 6baaff4ec5
commit 0d72adb804

View file

@ -406,6 +406,7 @@ $(function() {
$("#emailDocButton").click(function() { $("#emailDocButton").click(function() {
var confirmed = confirm("This will email this Document and all Attachments to the Contact. Are you sure you want to do this?"); var confirmed = confirm("This will email this Document and all Attachments to the Contact. Are you sure you want to do this?");
if(confirmed) { if(confirmed) {
window.location = $(this).data('url'); window.location = $(this).data('url');
} }