Commit 16100147 authored by afzafri's avatar afzafri
Browse files

Display error message if invalid file selected

parent fe9c4251
......@@ -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');
......
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