visualizzazione lista risultati dopo esecuzione della query
This commit is contained in:
parent
4b35ba2ad5
commit
e7b95938cc
|
@ -1517,7 +1517,6 @@ $(document).ready(function() {
|
|||
console.log(myquery)
|
||||
|
||||
executeQuerySearch(myquery)
|
||||
|
||||
}
|
||||
|
||||
function executeLocalSearch(testo, forme, limit, cantica, cont, resultsInCantica, resultsInCanto) {
|
||||
|
@ -2041,8 +2040,7 @@ $(document).ready(function() {
|
|||
//calcolo numero dei contesti
|
||||
countResultContexts()
|
||||
$("#loader").fadeOut(300);
|
||||
//$("#searchcomm2").prop("disabled", false);
|
||||
//$("#searchcomm2").html('<span class="" role="status" aria-hidden="true"></span> Search');
|
||||
$.manageResultList(0,showOffset);
|
||||
|
||||
});
|
||||
queryExecuted = true;
|
||||
|
|
Loading…
Reference in New Issue