minor changes

This commit is contained in:
nicola 2024-11-13 18:41:29 +01:00
parent e7b95938cc
commit f8544620e7
1 changed files with 3 additions and 2 deletions

View File

@ -1431,7 +1431,7 @@ $(document).ready(function() {
drawMinimap(cantoDisplayed, true)
}
function manageMM(name) {
/*function manageMM(name) {
currentMinimap = name;
let testhtml = $(currentMinimap)[0].outerHTML;
//let minim=$(" .minimap__content")
@ -1441,7 +1441,7 @@ $(document).ready(function() {
getDimensionsDiv(true, true);
}
*/
var unitaRicerca = 'forma'
function manageQuery() {
@ -2040,6 +2040,7 @@ $(document).ready(function() {
//calcolo numero dei contesti
countResultContexts()
$("#loader").fadeOut(300);
// mostra lista risultati
$.manageResultList(0,showOffset);
});