mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
removed useless comment
This commit is contained in:
@ -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 = "";
|
||||
|
Reference in New Issue
Block a user