François Drouhard hace 5 años
padre
commit
d3fa8ce510
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      assets/js/filtrenotes.js

+ 1 - 0
assets/js/filtrenotes.js

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