commit
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -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 = []; | ... | ... |
-
Please register or sign in to post a comment