dd
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -726,7 +726,7 @@ function finalPdf(data, json) { | ... | @@ -726,7 +726,7 @@ function finalPdf(data, json) { |
| 726 | 726 | ||
| 727 | 727 | ||
| 728 | var strVar2 = "" | 728 | var strVar2 = "" |
| 729 | strVar2 += '<div id="seepdf" style=" width:' + imageWidth + 'px; height: ' + imageHeight + 'px; overflow: hidden;" ><object style="overflow:hidden;" data=' + pdf_customizer + '/fileentry/getPDF/' + json[0].folder + '/new_' + json[0].file + '#page=' + setpage + '&toolbar=0&navpanes=0&;scrollbar=0&statusbar=0" width="' + imageWidth + '" height="' + imageHeight + '" type="application/pdf" id="pdfloaded"></object></div>'; | 729 | strVar2 += '<div id="seepdf" style=" width:' + imageWidth + 'px; height: ' + imageHeight + 'px; overflow: hidden; width:' + imageWidth + ';height:' + imageHeight + '; ><object style="overflow:hidden;" data=' + pdf_customizer + '/fileentry/getPDF/' + json[0].folder + '/new_' + json[0].file + '#page=' + setpage + '&toolbar=0&navpanes=0&;scrollbar=0&statusbar=0" width="' + imageWidth + '" height="' + imageHeight + '" type="application/pdf" id="pdfloaded"></object></div>'; |
| 730 | document.getElementById('pdfPreviewInner').innerHTML = strVar2; | 730 | document.getElementById('pdfPreviewInner').innerHTML = strVar2; |
| 731 | 731 | ||
| 732 | var strVar3 = '<div id="button"><input id="editMe" type="submit" value="Edit"><a href="' + pdf_customizer + '/fileentry/getPDF/' + json[0].folder + '/new_' + json[0].file + '" download="' + json[0].file + '" ><input id="downloadMe" type="submit" value="Download"></a> </div>'; | 732 | var strVar3 = '<div id="button"><input id="editMe" type="submit" value="Edit"><a href="' + pdf_customizer + '/fileentry/getPDF/' + json[0].folder + '/new_' + json[0].file + '" download="' + json[0].file + '" ><input id="downloadMe" type="submit" value="Download"></a> </div>'; | ... | ... |
-
Please register or sign in to post a comment