Subversion Repositories Applications.annuaire

Rev

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

Rev 118 Rev 241
Line 20... Line 20...
20
			return false;
20
			return false;
21
		});
21
		});
22
	}
22
	}
23
}
23
}
Line 24... Line -...
24
 
-
 
25
$('#conteneur_lien_cocher').ready(creerLiensCocherTout);
24
 
-
 
25
$('#envoyer_tous').ready(function() { $('#envoyer_tous').click(function() {			
-
 
26
		cocher = $("#envoyer_tous").attr('checked');
-
 
27
		cocherDecocher(cocher);
-
 
28
	});
-
 
29
});