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