From 60729f211ca10933da90a412bb9cdd1190c8d457 Mon Sep 17 00:00:00 2001 From: John van Breda Date: Wed, 20 Nov 2019 10:01:48 +0000 Subject: [PATCH] Missing full stop --- js/indicia.datacomponents/jquery.idc.esDownload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/indicia.datacomponents/jquery.idc.esDownload.js b/js/indicia.datacomponents/jquery.idc.esDownload.js index ff9d733c..e53406b8 100644 --- a/js/indicia.datacomponents/jquery.idc.esDownload.js +++ b/js/indicia.datacomponents/jquery.idc.esDownload.js @@ -162,7 +162,7 @@ $(el).find('.idc-download-files').append('
' + '' + 'Download .zip file
' + description + - 'Available until ' + hours + ':' + minutes + '
'); + 'Available until ' + hours + ':' + minutes + '.'); $(el).find('.idc-download-files').fadeIn('med'); } }