Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
16d5686a
Commit
16d5686a
authored
Oct 22, 2019
by
Afif Zafri
Browse files
hide the output box through css
parent
2d672356
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/styles.css
View file @
16d5686a
...
...
@@ -34,6 +34,7 @@ fieldset {
padding
:
5px
;
background
:
#fff
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
);
display
:
none
;
}
.imgUrl
{
...
...
assets/js/script.js
View file @
16d5686a
$
(
document
).
ready
(
function
(){
// hide the output box first
$
(
'
#output
'
).
hide
();
// Load all the archive formats
loadArchiveFormats
([
'
rar
'
,
'
zip
'
,
'
tar
'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment