c
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -249,7 +249,7 @@ function changePdfOptions(json, edit) { | ... | @@ -249,7 +249,7 @@ function changePdfOptions(json, edit) { |
| 249 | } | 249 | } |
| 250 | 250 | ||
| 251 | 251 | ||
| 252 | console.log('windowWidth'+windowWidth ,'windowHeight'+windowHeight,'pheight'+pheight,'pwidth'+pwidth,'imageWidth'+imageWidth, 'imageHeight'+imageHeight); | 252 | console.log('windowWidth'+windowWidth ,'windowHeight'+windowHeight,'pheight'+json[0].pheight,'pwidth'+json[0].pwidth,'imageWidth'+imageWidth, 'imageHeight'+imageHeight); |
| 253 | 253 | ||
| 254 | pdflist += '<div id="pdfPreview" style="" class="column">'; | 254 | pdflist += '<div id="pdfPreview" style="" class="column">'; |
| 255 | // pdflist += '<img id="pdfimage" src="' + pdf_customizer + '/fileentry/getImage/' + json[0].folder + '/' + json[0].example + '" width="300px">'; | 255 | // pdflist += '<img id="pdfimage" src="' + pdf_customizer + '/fileentry/getImage/' + json[0].folder + '/' + json[0].example + '" width="300px">'; | ... | ... |
-
Please register or sign in to post a comment