a985e315 by Jeff Balicki

fix for ie

1 parent b825a4df
...@@ -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;
......