François Drouhard 5 år sedan
förälder
incheckning
d3fa8ce510
1 ändrade filer med 1 tillägg och 0 borttagningar
  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;
             })
         })
     }