test/emission_fichiers/footer.js
author hamidouk
Thu, 20 Oct 2011 15:50:04 +0200
branchpopcorn-port
changeset 103 2dfd89e91c3a
parent 0 c357d5b60635
permissions -rw-r--r--
added a method to sort the json annotations. changed the tests accordingly.

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