mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-06 01:04:22 +00:00
Show progress bar after new query
This commit is contained in:
parent
4556a52ffc
commit
f605430bf8
@ -135,6 +135,7 @@
|
|||||||
// This is called when a query was successfull
|
// This is called when a query was successfull
|
||||||
results = {matches: [], cpos_lookup: {}, text_lookup: {}};
|
results = {matches: [], cpos_lookup: {}, text_lookup: {}};
|
||||||
queryResultsDeterminateElement.style.width = "0%";
|
queryResultsDeterminateElement.style.width = "0%";
|
||||||
|
queryResultsProgressElement.classList.remove("hide");
|
||||||
receivedMatchNumElement.innerText = "0";
|
receivedMatchNumElement.innerText = "0";
|
||||||
textLookupNumElement.innerText = "0";
|
textLookupNumElement.innerText = "0";
|
||||||
matchNumElement.innerText = payload.num_matches;
|
matchNumElement.innerText = payload.num_matches;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user