1c92ac8b by Jeff Balicki

c

1 parent 8b5f8b6d
...@@ -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">';
......