a985e315 by Jeff Balicki

fix for ie

1 parent b825a4df
......@@ -591,7 +591,7 @@ function returnOptions(form, preview) {
$.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + id.value, function(dataReturnd) {
$.getJSON(pdf_customizer + "/api/v1/get-pdf/" + id.value, function(dataReturnd) {
// Get the element with id summary and set the inner text to the result.
var json = dataReturnd;
......