Commit 16d5686a authored by Afif Zafri's avatar Afif Zafri
Browse files

hide the output box through css

parent 2d672356
......@@ -34,6 +34,7 @@ fieldset {
padding: 5px;
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,.3);
display:none;
}
.imgUrl {
......
$(document).ready(function(){
// hide the output box first
$('#output').hide();
// Load all the archive formats
loadArchiveFormats(['rar', 'zip', 'tar']);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment