test/emission_fichiers/footer.js
author hamidouk
Wed, 23 Nov 2011 12:24:27 +0100
branchpopcorn-port
changeset 309 49c2b9e63591
parent 0 c357d5b60635
permissions -rw-r--r--
added segment duration display to the annotationsWidget

function boutonHautDePage(){
	$("#top-page").click(function() {
		var hauteur = 0;
		$('html,body').animate({scrollTop: hauteur}, 1000);
	});
	return false;
}
//
Drupal.behaviors.franceculture_header_footer = function (){
    boutonHautDePage();
}