Disattivata intercettazione bottone cerca
This commit is contained in:
parent
c41d18ef57
commit
844465c56a
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue