Show progress bar after new query

This commit is contained in:
Patrick Jentsch 2020-03-30 10:47:36 +02:00
parent 4556a52ffc
commit f605430bf8

View File

@ -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;