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
16100147
Commit
16100147
authored
Apr 21, 2017
by
afzafri
Browse files
Display error message if invalid file selected
parent
fe9c4251
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/script.js
View file @
16100147
...
...
@@ -48,7 +48,7 @@ $(document).ready(function(){
}
else
{
console
.
log
(
err
);
$
(
'
#output
'
).
append
(
"
<font color='red'>
"
+
err
+
"
</font><br>
"
);
// hide loading
$
(
'
.se-pre-con
'
).
fadeOut
(
'
slow
'
);
...
...
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