Skip to content

Commit

Permalink
fixing loading up so that the error message for invalid/missing file …
Browse files Browse the repository at this point in the history
…stays hidden upon startup of page
  • Loading branch information
ericjiang97 committed Sep 6, 2016
1 parent a3d653a commit 279d499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/index.ejs
Expand Up @@ -6,7 +6,7 @@

<div class="container">

<div id="warn-missing-file" class="alert alert-warning" hidden="true">
<div id="warn-missing-file" class="alert alert-warning" hidden>
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
<strong>Warning!</strong> The file inputed was not found (Error 404).
</div>
Expand Down

0 comments on commit 279d499

Please sign in to comment.