modificato il reset per cancellare i rislutati della lista
This commit is contained in:
parent
28eb2f517b
commit
83095f44fe
|
@ -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 ")
|
||||
|
|
Loading…
Reference in New Issue