From 4a4ee885223cf76aa25d2ce39bd752c8a3f3d810 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sat, 10 May 2025 22:34:12 +0200 Subject: [PATCH] removed useless comment --- public/js/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index ed292d6..ff0e290 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -45,8 +45,6 @@ document.getElementById("uploadBtn").onclick = async () => { progressContainer.style.display = "none"; resultsContainer.style.display = "block"; - // empty the table besides the header of the table and fill the table. the data is of form id: - // {"proposed comment": "bla bla bla", "bleu score": 0.2} const tbody = resultsContainer.querySelector("table tbody"); tbody.innerHTML = "";