mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
when the results of the latest process is done,
the previous result get hidden
This commit is contained in:
@ -56,6 +56,8 @@ document.getElementById("upload-btn").onclick = async () => {
|
|||||||
results = json;
|
results = json;
|
||||||
progressContainer.style.display = "none";
|
progressContainer.style.display = "none";
|
||||||
|
|
||||||
|
commentResultsContainer.style.display = "none";
|
||||||
|
refinementResultsContainer.style.display = "none";
|
||||||
const resultsContainer =
|
const resultsContainer =
|
||||||
type === "comment"
|
type === "comment"
|
||||||
? commentResultsContainer
|
? commentResultsContainer
|
||||||
|
Reference in New Issue
Block a user