modificato il reset per cancellare i rislutati della lista

This commit is contained in:
cesare 2023-02-15 15:51:27 +01:00
parent 28eb2f517b
commit 83095f44fe
1 changed files with 4 additions and 1 deletions

View File

@ -567,12 +567,15 @@ $(" ."+formaClass).hover(function(idx, element) {
function cleanSearchResult() {
$("#headingZero").css("display", "none");
$("#vistaFrasi").empty()
$("#vistaFrasi").css("display", "none");
for (msid of listaPeriodiRisultato){
$(msid).each(function(){
$(this).removeClass("font-weight-bold mark ")
});
}
for (forma of listarisultati) {
idforma = '#' + forma
$(idforma).removeClass("font-weight-bold mark ")