Disattivata intercettazione bottone cerca
This commit is contained in:
parent
c41d18ef57
commit
844465c56a
|
@ -260,7 +260,9 @@ $(document).ready(function() {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Evento: click sui bottoni Cerca
|
// Evento: click sui bottoni Cerca
|
||||||
|
/**
|
||||||
|
|
||||||
$("form #searchcomm,#searchcomm2").on('click', function(e) {
|
$("form #searchcomm,#searchcomm2").on('click', function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var qText = $("form #queryText")[0].value;
|
var qText = $("form #queryText")[0].value;
|
||||||
|
@ -279,6 +281,7 @@ $(document).ready(function() {
|
||||||
//executeQuery();
|
//executeQuery();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
// Evento: click sul checkbox di Ricerca avanzata
|
// Evento: click sul checkbox di Ricerca avanzata
|
||||||
$('#cla-TabContent').on('click', '#advanSW', function() {
|
$('#cla-TabContent').on('click', '#advanSW', function() {
|
||||||
|
|
Loading…
Reference in New Issue