Skip to content

Commit

Permalink
Merge pull request #94 from BritishGeologicalSurvey/KoalaGeo-patch-1
Browse files Browse the repository at this point in the history
Update htmlView.js
  • Loading branch information
KoalaGeo authored Mar 21, 2023
2 parents 18db16c + aba5553 commit e801b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/htmlView.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ agsHtml.displayFileResult=function(fileResult){
xhtml=xhtml + "<ul class='fileResSummary'>";

if(summaries.length === 0){
xhtml=xhtml + "<li>No summary generated due to errors reading file (see below)</li>";
xhtml=xhtml + "<li>No summary generated due to errors reading file (see below) or BGS validation not selected (required for summary)</li>";
};

if(fileResult.additional_metadata.bgs_all_groups){
Expand Down

0 comments on commit e801b3a

Please sign in to comment.