diff --git a/website/web/templates/main.html b/website/web/templates/main.html index a24d1ee6..740df3d9 100644 --- a/website/web/templates/main.html +++ b/website/web/templates/main.html @@ -59,7 +59,7 @@ {% endblock %} -
All the vulnerabilites related to {{vendor}} - {{product}}
.then(response => response.json()) .then(result => { if (result.metadata.count == 0) { - // document.getElementById("commentsContainer").style.display = 'none'; + document.getElementById("commentsContainer").style.display = 'none'; } else { document.getElementById("commentsContainer").style.display = 'block'; result.data