Browse Source

test filtre

François Drouhard 5 years ago
parent
commit
d3fa8ce510
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/js/filtrenotes.js

+ 1 - 0
assets/js/filtrenotes.js

@@ -7,6 +7,7 @@
                 let value = $(this).val();
                 let value = $(this).val();
                 let chemin = $(this).data('path');
                 let chemin = $(this).data('path');
                 console.log(value);
                 console.log(value);
+                window.location.href = chemin + "?" + value;
             })
             })
         })
         })
     }
     }