29514e26 by Jeff Balicki

fix for ie

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