Change
This commit is contained in:
parent
6baaff4ec5
commit
0d72adb804
|
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue