Skip to content
Snippets Groups Projects
Commit eb7b3c4c authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #29758 fix responsive js to allow other click event

parent 4ff008b5
Branches
Tags
5 merge requests!1120Master,!1106Master,!1105Hotline master,!1104Stable,!1091Hotline#29758 bokeh pays des essarts le clique sur le mois suivant dans le calendrier pbm
- ticket #29758 : Bokeh Pays des Essarts : le clique sur le mois suivant dans le calendrier = pbm
\ No newline at end of file
......@@ -13,11 +13,11 @@ $(document).ready(function() {
var enableWidgetButton = function() {
$("#col_wrapper .colGauche div.boite, .facette_outer").click(function(e) {
$(this).toggleClass('show_content');
$("#col_wrapper .colGauche div.boite, .facette_outer").toggleClass('show_content');
});
$("#col_wrapper .colGauche div.boite *").click(function(e) {
e.stopImmediatePropagation();
e.stopPropagation();
});
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment