Skip to content

Commit

Permalink
Missing full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Nov 20, 2019
1 parent 4da9c00 commit 60729f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/indicia.datacomponents/jquery.idc.esDownload.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
$(el).find('.idc-download-files').append('<div><a href="' + lastResponse.filename + '">' +
'<span class="fas fa-file-archive fa-2x"></span>' +
'Download .zip file</a><br/>' + description +
'Available until ' + hours + ':' + minutes + '</div>');
'Available until ' + hours + ':' + minutes + '.</div>');
$(el).find('.idc-download-files').fadeIn('med');
}
}
Expand Down

0 comments on commit 60729f2

Please sign in to comment.