8b5f8b6d by Jeff Balicki

commit

1 parent 0d55116a
1 //var pluginUrl = "http://localhost:8888/Forms"; 1 //var pluginUrl = "http://localhost:8888/Forms";
2 //var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; 2 //var pdf_customizer = "http://localhost:8888/pdf-customizer/public";
3 3
4 4
5 var pluginUrl = "http://contact.gotenzing.com"; 5 var pluginUrl = "http://contact.gotenzing.com";
...@@ -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 ,windowHeight, imageWidth, imageHeight); 252 console.log('windowWidth'+windowWidth ,'windowHeight'+windowHeight,'pheight'+pheight,'pwidth'+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">';
......