border color changed and alert removed
This commit is contained in:
parent
739ba3b142
commit
5136a468b2
|
@ -226,7 +226,7 @@
|
|||
|
||||
<!-- TEMPLATE FILTRO -->
|
||||
|
||||
<div class="flex items-center justify-center pa1 bg-dark-green navy"
|
||||
<div class="flex items-center justify-center pa1 bl br bt bb b--green"
|
||||
style="display: none;" id="filtro">
|
||||
|
||||
<div class="bg-washed-blue flex flex-column">
|
||||
|
|
|
@ -455,7 +455,7 @@ $(document).ready(function() {
|
|||
//trasformo il filtro espresso nella clausola in un oggetto JSON
|
||||
|
||||
var condizioni = $("#filterform").serialize().split('&');
|
||||
alert (condizioni)
|
||||
//alert (condizioni)
|
||||
|
||||
filtro = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue