588a1203 by Jeff Balicki

r

1 parent 8a3661e4
......@@ -225,7 +225,7 @@ strVar2 += pdflist+"<div class=\"column\">"+pdfChange+"<\/div><\/div>";
jQuery(function ($) {
$.getJSON("http:/"+pdf_customizer+"/api/v1/get-pdf/" + id.value, function (dataReturnd) {
$.getJSON("http://"+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;
//console.log(json);
......