07c0df94 by Jeff Balicki

commit

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