r
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment