Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1516 | Rev 1540 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1516 Rev 1521
Line 774... Line 774...
774
		}
774
		}
775
	);
775
	);
776
}
776
}
Line 777... Line 777...
777
 
777
 
778
function gererTemplatesChargementALaDemande() {
778
function gererTemplatesChargementALaDemande() {
779
	$('.lien-ajax-tpl a.lien-ajax-tpl-chargement').live('click', function(e) {
779
	$('.lien-ajax-tpl a.lien-ajax-tpl-chargement').on('click', function(e) {
780
		if($(this).attr('data-loading') != "true") {
780
		if($(this).attr('data-loading') != "true") {
781
			$(this).attr('data-loading', "true");
781
			$(this).attr('data-loading', "true");
782
			e.preventDefault();
782
			e.preventDefault();
783
			urlTpl = $(this).attr('href');
783
			urlTpl = $(this).attr('href');