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)
|
console.log(myquery)
|
||||||
|
|
||||||
executeQuerySearch(myquery)
|
executeQuerySearch(myquery)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function executeLocalSearch(testo, forme, limit, cantica, cont, resultsInCantica, resultsInCanto) {
|
function executeLocalSearch(testo, forme, limit, cantica, cont, resultsInCantica, resultsInCanto) {
|
||||||
|
@ -2041,8 +2040,7 @@ $(document).ready(function() {
|
||||||
//calcolo numero dei contesti
|
//calcolo numero dei contesti
|
||||||
countResultContexts()
|
countResultContexts()
|
||||||
$("#loader").fadeOut(300);
|
$("#loader").fadeOut(300);
|
||||||
//$("#searchcomm2").prop("disabled", false);
|
$.manageResultList(0,showOffset);
|
||||||
//$("#searchcomm2").html('<span class="" role="status" aria-hidden="true"></span> Search');
|
|
||||||
|
|
||||||
});
|
});
|
||||||
queryExecuted = true;
|
queryExecuted = true;
|
||||||
|
|
Loading…
Reference in New Issue