6b64311b by Jeff Balicki

fix for ie

1 parent e1c974c1
......@@ -628,7 +628,6 @@ $.ajax({
url: "" +pdf_customizer + "/api/v1/get-pdf/" + id.value,
type: "POST",
dataType: 'json',
data: jsonReturn,
contentType: "application/json",
CrossDomain: true,
......