modificato il reset per cancellare i rislutati della lista
This commit is contained in:
parent
28eb2f517b
commit
83095f44fe
|
@ -567,6 +567,9 @@ $(" ."+formaClass).hover(function(idx, element) {
|
||||||
|
|
||||||
function cleanSearchResult() {
|
function cleanSearchResult() {
|
||||||
|
|
||||||
|
$("#headingZero").css("display", "none");
|
||||||
|
$("#vistaFrasi").empty()
|
||||||
|
$("#vistaFrasi").css("display", "none");
|
||||||
for (msid of listaPeriodiRisultato){
|
for (msid of listaPeriodiRisultato){
|
||||||
$(msid).each(function(){
|
$(msid).each(function(){
|
||||||
$(this).removeClass("font-weight-bold mark ")
|
$(this).removeClass("font-weight-bold mark ")
|
||||||
|
|
Loading…
Reference in New Issue