6b64311b by Jeff Balicki

fix for ie

1 parent e1c974c1
...@@ -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
......