fix for ie
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -591,7 +591,7 @@ function returnOptions(form, preview) { | ... | @@ -591,7 +591,7 @@ function returnOptions(form, preview) { |
| 591 | 591 | ||
| 592 | 592 | ||
| 593 | 593 | ||
| 594 | $.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + id.value, function(dataReturnd) { | 594 | $.getJSON(pdf_customizer + "/api/v1/get-pdf/" + id.value, function(dataReturnd) { |
| 595 | // Get the element with id summary and set the inner text to the result. | 595 | // Get the element with id summary and set the inner text to the result. |
| 596 | 596 | ||
| 597 | var json = dataReturnd; | 597 | var json = dataReturnd; | ... | ... |
-
Please register or sign in to post a comment