588a1203 by Jeff Balicki

r

1 parent 8a3661e4
...@@ -225,7 +225,7 @@ strVar2 += pdflist+"<div class=\"column\">"+pdfChange+"<\/div><\/div>"; ...@@ -225,7 +225,7 @@ strVar2 += pdflist+"<div class=\"column\">"+pdfChange+"<\/div><\/div>";
225 225
226 jQuery(function ($) { 226 jQuery(function ($) {
227 227
228 $.getJSON("http:/"+pdf_customizer+"/api/v1/get-pdf/" + id.value, function (dataReturnd) { 228 $.getJSON("http://"+pdf_customizer+"/api/v1/get-pdf/" + id.value, function (dataReturnd) {
229 // Get the element with id summary and set the inner text to the result. 229 // Get the element with id summary and set the inner text to the result.
230 var json = dataReturnd; 230 var json = dataReturnd;
231 //console.log(json); 231 //console.log(json);
......