Commit 7af39047 authored by roxane.carraux's avatar roxane.carraux
Browse files

fix datepicker problem with chrome

parent c7ffb82a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
            });
            $('.datepicker').pickadate({
                format: 'yyyy-mm-dd'
            }).on('mousedown',function(event){
                event.preventDefault();
            });
        </script>
    </body>