f5e5cfc5 by Jeff Balicki

commit

1 parent 6b64311b
......@@ -622,17 +622,9 @@ function returnOptions(form, preview) {
$.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + id.value, function(dataReturnd) {
$.ajax({
url: "" +pdf_customizer + "/api/v1/get-pdf/" + id.value,
type: "POST",
dataType: 'json',
contentType: "application/json",
CrossDomain: true,
success: function(dataReturnd) {
var content = [];
for (e = 0; e < form[0].length; ++e) {
......@@ -705,7 +697,7 @@ $.ajax({
});
}
});
});
......