@@ -12,9 +12,10 @@ $(document).ready(function() | |||
}); | |||
function boulange_scroll(id) { | |||
$('html,body').animate({ | |||
scrollTop: $("#"+id).offset().top}, | |||
1000); | |||
if($("#"+id).size()) | |||
$('html,body').animate({ | |||
scrollTop: $("#"+id).offset().top}, | |||
1000); | |||
} | |||
function boulange_index_commandes() |