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
cff0af30
authored
2016-07-08 17:43:42 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Revert "loading"
This reverts commit
de139cff
.
1 parent
de139cff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
public/files/js/interfaceGdrive.js
public/files/js/interfaceGdrive.js
View file @
cff0af3
...
...
@@ -238,7 +238,7 @@ function changePdfOptions(json) {
strVar2
+=
' <div class="callout primary"><div class="row column"><h1 class="pdfeditortitle">CUBOS COLLATERAL MATERIAL</h1>'
;
strVar2
+=
''
;
strVar2
+=
' </div></div><div id="wrapper" class="black small-up-2 medium-up-3 large-up-3">'
;
strVar2
+=
pdflist
+
'<div id="changesColumn" class="column" >'
+
pdfChange
+
'<div
class="loading" style="opacity: 1; display: none;"> </div><div
id="tezingLogo"></div></div><div id="pdfFooter"></div></div>'
;
strVar2
+=
pdflist
+
'<div id="changesColumn" class="column" >'
+
pdfChange
+
'<div id="tezingLogo"></div></div><div id="pdfFooter"></div></div>'
;
document
.
getElementById
(
'contentArea'
).
innerHTML
=
strVar2
;
document
.
getElementById
(
'google_drive'
).
innerHTML
=
" "
;
...
...
@@ -324,7 +324,6 @@ function changePdfOptions(json) {
if
(
el
.
id
)
document
.
getElementById
(
el
.
id
).
value
=
el
.
getContent
();
$
(
'#changes'
).
hide
();
$
(
'.loading'
).
show
();
tinymce
.
get
(
el
.
id
).
remove
();
});
...
...
Please
register
or
sign in
to post a comment