A bunch of changes to make the code use popcorn. Bumped the version of jwplayer
we were using.
function boutonHautDePage(){
$("#top-page").click(function() {
var hauteur = 0;
$('html,body').animate({scrollTop: hauteur}, 1000);
});
return false;
}
//
Drupal.behaviors.franceculture_header_footer = function (){
boutonHautDePage();
}