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
1b580735
authored
2016-08-18 13:16:34 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix vaild
1 parent
4deee6eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/files/js/interfaceGdrive.js
public/files/js/interfaceGdrive.js
View file @
1b58073
...
...
@@ -395,7 +395,7 @@ function changePdfOptions(json, edit) {
e
.
preventDefault
();
if
(
$
(
"#changes"
).
valid
())
{
$
(
tinymce
.
get
()).
each
(
function
(
i
,
el
)
{
...
...
@@ -405,7 +405,7 @@ function changePdfOptions(json, edit) {
tinymce
.
get
(
el
.
id
).
remove
();
});
if
(
$
(
"#changes"
).
valid
())
{
var
ids
=
[];
if
(
edit
==
true
){
$
(
"#changes input[type=file]"
).
each
(
function
()
{
...
...
Please
register
or
sign in
to post a comment