diff --git a/app/templates/corpora/pj_analyse_corpus.html.j2 b/app/templates/corpora/pj_analyse_corpus.html.j2 index 3c389bbf..b4a08d58 100644 --- a/app/templates/corpora/pj_analyse_corpus.html.j2 +++ b/app/templates/corpora/pj_analyse_corpus.html.j2 @@ -135,6 +135,7 @@ // This is called when a query was successfull results = {matches: [], cpos_lookup: {}, text_lookup: {}}; queryResultsDeterminateElement.style.width = "0%"; + queryResultsProgressElement.classList.remove("hide"); receivedMatchNumElement.innerText = "0"; textLookupNumElement.innerText = "0"; matchNumElement.innerText = payload.num_matches;