diff --git a/pmaweb/static/js/loader.js b/pmaweb/static/js/loader.js index e22eb494..3d936e83 100644 --- a/pmaweb/static/js/loader.js +++ b/pmaweb/static/js/loader.js @@ -70,7 +70,7 @@ $(function(){ $('#dl-link').attr('href', $this.attr('href')); $('#dl-sha1').text($this.data('sha1')); $('#dl-sha256').text($this.data('sha256')); - if (pgp != '') { + if (pgp !== '') { $('#dl-li-pgp').show(); $('#dl-pgp').attr('href', pgp); } else {