From e7b95938ccd4bcbc0e938a2e5df4af326e06bc0b Mon Sep 17 00:00:00 2001
From: nicola <nicola@mbpdiniolaaloia.lan>
Date: Wed, 13 Nov 2024 18:28:55 +0100
Subject: [PATCH] visualizzazione lista risultati dopo esecuzione della query

---
 js/browseMgr.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/js/browseMgr.js b/js/browseMgr.js
index c04e4dd..77b7383 100644
--- a/js/browseMgr.js
+++ b/js/browseMgr.js
@@ -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;