From f605430bf863a4bccace690b570269d101738d73 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 30 Mar 2020 10:47:36 +0200 Subject: [PATCH] Show progress bar after new query --- app/templates/corpora/pj_analyse_corpus.html.j2 | 1 + 1 file changed, 1 insertion(+) 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;