Skip to content
Snippets Groups Projects
Commit d1df468f authored by gloas's avatar gloas
Browse files

Amelioration fonctionnement js division flottante

parent 3353f709
No related merge requests found
......@@ -32,15 +32,8 @@ var initializeDivisionFive = function () {
if(element.find('.contenu:visible').length>0)
return false;
collapseBoite();
element.animate({
marginLeft:default_position
}, 500);
};
var collapseBoite =function() {
boite.each(function(element){
$(this).find('.contenu').slideUp();
});};
}
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