fix for ie
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -628,7 +628,6 @@ $.ajax({ | ... | @@ -628,7 +628,6 @@ $.ajax({ |
| 628 | url: "" +pdf_customizer + "/api/v1/get-pdf/" + id.value, | 628 | url: "" +pdf_customizer + "/api/v1/get-pdf/" + id.value, |
| 629 | type: "POST", | 629 | type: "POST", |
| 630 | dataType: 'json', | 630 | dataType: 'json', |
| 631 | data: jsonReturn, | ||
| 632 | contentType: "application/json", | 631 | contentType: "application/json", |
| 633 | CrossDomain: true, | 632 | CrossDomain: true, |
| 634 | 633 | ... | ... |
-
Please register or sign in to post a comment