Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1961 Rev 1962
Line 56... Line 56...
56
	$('#courriel_confirmation').on('paste', bloquerCopierCollerCourriel);
56
	$('#courriel_confirmation').on('paste', bloquerCopierCollerCourriel);
57
});
57
});
Line 58... Line 58...
58
 
58
 
59
function testerLancementRequeteIdentite(event) {
59
function testerLancementRequeteIdentite(event) {
60
	if (event.which == 13) {
-
 
61
		requeterIdentite();
60
	if (event.which == 13) {
62
		event.preventDefault();
61
		event.preventDefault();
-
 
62
		event.stopPropagation();
63
		event.stopPropagation();
63
		requeterIdentite();
64
	}
64
	}
Line 65... Line 65...
65
}
65
}
66
 
66