test/emission_fichiers/footer.js
author hamidouk
Mon, 10 Oct 2011 13:55:37 +0200
branchpopcorn-port
changeset 55 a5440e1a18a8
parent 0 c357d5b60635
permissions -rw-r--r--
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();
}