Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5bd32e2a
authored
2016-06-28 13:59:14 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed js
1 parent
7aa53a82
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/files/js/interfaceGdrive.js
public/files/js/interfaceGdrive.js
View file @
5bd32e2
...
...
@@ -204,7 +204,7 @@
var
pdflist
=
""
;
var
pdfChange
=
""
;
var
f
=
0
;
if
(
json
[
0
].
pwidth
>
'300'
){
if
(
json
[
0
].
pwidth
>
300
){
var
scaleImage
=
300
/
json
[
0
].
pwidth
;
var
imageHeight
=
json
[
0
].
pheight
*
scaleImage
;
var
imageWidth
=
'300'
;
...
...
Please
register
or
sign in
to post a comment