mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +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;
|
||||
progressContainer.style.display = "none";
|
||||
|
||||
commentResultsContainer.style.display = "none";
|
||||
refinementResultsContainer.style.display = "none";
|
||||
const resultsContainer =
|
||||
type === "comment"
|
||||
? commentResultsContainer
|
||||
|
Reference in New Issue
Block a user