From 728fa373b2cd737bc40d05525a7471fd8b1e966c Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Thu, 30 Jan 2025 16:24:07 +0100 Subject: [PATCH] finite modifiche GUI riferimenti e json della query --- index_5.0.mod.html | 3 --- js/script_5.0.mod.js | 10 ++++++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index_5.0.mod.html b/index_5.0.mod.html index 5ac57c3..faffd82 100644 --- a/index_5.0.mod.html +++ b/index_5.0.mod.html @@ -864,9 +864,6 @@ name="areaRif100" id="Area_Tematica100" title="Area Tematica" value="all"> - - - diff --git a/js/script_5.0.mod.js b/js/script_5.0.mod.js index b01489e..a272bac 100644 --- a/js/script_5.0.mod.js +++ b/js/script_5.0.mod.js @@ -689,9 +689,9 @@ $(document).ready(function() { const condLIplaceholderPart2 = '" class="mx-0 my-1 p-1 pl-3 list-group-item align-items-center border text-muted small bg-light ui-state-disabled">'; const listaCommentatori = getCommentatoriS(); const listaAutoriFontiCitazioni = getAutoriFontiCitazioniS(); - console.log(getAreeTematicheS()) + const listaAreeTematiche = getAreeTematicheS(); - // Variabili e costanti funzionali + // Variabili e costanti funzionali- var minimapScrolling = false; var tabID = 0; var claListLen = 0; @@ -738,6 +738,12 @@ $(document).ready(function() { .val(p).html(p)); }; }); + $.each(listaAreeTematiche, function (i, p) { + if ( !!p && p.length > 2) { + $('#Area_Tematica100').append($('') + .val(p).html(p)); + }; + }); addClaContext(100); };