Disattivata intercettazione bottone cerca

This commit is contained in:
Luca Trupiano 2022-12-12 11:58:31 +01:00
parent c41d18ef57
commit 844465c56a
1 changed files with 4 additions and 1 deletions

View File

@ -260,7 +260,9 @@ $(document).ready(function() {
e.preventDefault();
});
// Evento: click sui bottoni Cerca
// Evento: click sui bottoni Cerca
/**
$("form #searchcomm,#searchcomm2").on('click', function(e) {
e.preventDefault();
var qText = $("form #queryText")[0].value;
@ -279,6 +281,7 @@ $(document).ready(function() {
//executeQuery();
return false;
});
*/
// Evento: click sul checkbox di Ricerca avanzata
$('#cla-TabContent').on('click', '#advanSW', function() {