29514e26 by Jeff Balicki

fix for ie

1 parent f5e5cfc5
......@@ -622,7 +622,7 @@ function returnOptions(form, preview) {
$.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + id.value, function(dataReturnd) {
$.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + form.id.value, function(dataReturnd) {
var content = [];
......